add C.UTF-8

This commit is contained in:
Tobias Powalowski 2023-08-04 09:06:15 +02:00
parent c4fafdc57b
commit dbfa72dac1

View file

@ -57,6 +57,8 @@ _prepare_graphic() {
done
if grep -q en_US /etc/locale.conf; then
pacman -S firefox-i18n-en-us --noconfirm &>"${_LOG}"
elif grep -q 'C.UTF-8' /etc/locale.conf; then
pacman -S firefox-i18n-en-us --noconfirm &>"${_LOG}"
elif grep -q es_ES /etc/locale.conf; then
pacman -S firefox-i18n-es-es --noconfirm &>"${_LOG}"
elif grep -q pt_PT /etc/locale.conf; then