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

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawleenc committed Nov 6, 2021
1 parent e5e6dcf commit 9d95dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinux-install
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ pacman -Sy &>/dev/null

print-sub-step "$(eval_gettext "Downloading and formatting translations...")"
if [[ ! -f "fr.po" ]]; then
curl --silent -sLO "raw.githubusercontent.com/rawleenc/archlinux-install/dev/locales/fr.po"
curl --silent -sLO "raw.githubusercontent.com/rawleenc/archlinux-install/main/locales/fr.po"
fi
msgfmt -o /usr/share/locale/fr/LC_MESSAGES/archlinux-install.mo fr.po &>/dev/null

Expand Down

0 comments on commit 9d95dbe

Please sign in to comment.