diff --git a/archcraftsman.py b/archcraftsman.py index 12d6e9d..f485212 100644 --- a/archcraftsman.py +++ b/archcraftsman.py @@ -1247,7 +1247,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..."))