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

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawleenc committed Nov 14, 2021
1 parent 41c8eff commit aa0ffb9
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 @@ -865,7 +865,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 aa0ffb9

Please sign in to comment.