adjust fonts for languages

merge-requests/273/head
Bernhard Landauer 7 years ago
parent cf4a1b4a65
commit 29837c4328

@ -10,7 +10,7 @@
# as published by the Free Software Foundation. So feel free to copy, distribute,
# or modify it as you wish.
[[ -e /run/miso/bootmnt ]] && setfont ter-u16n
[[ -e /run/miso/bootmnt ]] && setfont ter-116n
while [[ ! $(ping -c 2 manjaro.org) ]]; do
if [[ $(cat /proc/1/comm) == "systemd" ]];then

@ -199,7 +199,6 @@ select_language() {
case $(cat ${LANGSEL}) in
"1") source $DATADIR/translations/danish.trans
CURR_LOCALE="da_DK.UTF-8"
FONT="cp865-8x16.psfu"
;;
"2") source $DATADIR/translations/dutch.trans
CURR_LOCALE="nl_NL.UTF-8"
@ -215,7 +214,7 @@ select_language() {
;;
"6") source $DATADIR/translations/hungarian.trans
CURR_LOCALE="hu_HU.UTF-8"
FONT="lat2-16.psfu"
FONT="ter-216n"
;;
"7") source $DATADIR/translations/italian.trans
CURR_LOCALE="it_IT.UTF-8"
@ -228,7 +227,7 @@ select_language() {
;;
"10") source $DATADIR/translations/russian.trans
CURR_LOCALE="ru_RU.UTF-8"
FONT="LatKaCyrHeb-14.psfu"
FONT="ter-u16n"
;;
"11") source $DATADIR/translations/spanish.trans
CURR_LOCALE="es_ES.UTF-8"

Loading…
Cancel
Save