Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawleenc committed May 30, 2022
1 parent 67fb81d commit cce18fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinux_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ def pre_launch_steps() -> {}:
os.system("pacman -Sy &>/dev/null")
print_sub_step(_("Downloading and formatting translations..."))
if not os.path.exists("fr.po"):
urllib.request.urlretrieve("https://raw.githubusercontent.com/rawleenc/archlinux-install/dev/locales/fr.po",
urllib.request.urlretrieve("https://raw.githubusercontent.com/rawleenc/archlinux-install/main/locales/fr.po",
"fr.po")
os.system('msgfmt -o /usr/share/locale/fr/LC_MESSAGES/archlinux-install.mo fr.po &>/dev/null')
print_sub_step(_("Querying IP geolocation informations..."))
Expand Down

0 comments on commit cce18fc

Please sign in to comment.