From cce18fccdfa2ec59c991192bce01828819f71ce6 Mon Sep 17 00:00:00 2001 From: Rawleenc Date: Mon, 30 May 2022 21:11:54 +0200 Subject: [PATCH] Release 3.3.0 --- archlinux_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archlinux_install.py b/archlinux_install.py index 3ea4708..eeae047 100644 --- a/archlinux_install.py +++ b/archlinux_install.py @@ -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..."))