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

Commit

Permalink
Release 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawleenc committed Oct 30, 2022
1 parent 92647a7 commit 99d06ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archcraftsman.py
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,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/ArchCraftsman/dev/locales/fr.po",
urllib.request.urlretrieve("https://raw.githubusercontent.com/rawleenc/ArchCraftsman/main/locales/fr.po",
"fr.po")
os.system('msgfmt -o /usr/share/locale/fr/LC_MESSAGES/ArchCraftsman.mo fr.po &>/dev/null')
print_sub_step(_("Querying IP geolocation informations..."))
Expand Down

0 comments on commit 99d06ab

Please sign in to comment.