From d1d8dcc5bc7309e602c02c9798ca5fb2f80448bc Mon Sep 17 00:00:00 2001 From: Rawleenc Date: Mon, 5 Sep 2022 21:20:01 +0200 Subject: [PATCH] Release 3.3.3 --- archcraftsman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."))