diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-10 11:18:58 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-10 11:18:58 +0000 |
commit | 43b41d512c8eb1459efae57160b3c6fa6d4c951c (patch) | |
tree | 105b1b5719d8fdc58aa2759b0a3881aa139fd91c /scripts/splash.sh | |
parent | 7976e71f3d78c85ca1c558f46a57971e31e76591 (diff) | |
download | bootsplash-43b41d512c8eb1459efae57160b3c6fa6d4c951c.tar bootsplash-43b41d512c8eb1459efae57160b3c6fa6d4c951c.tar.gz bootsplash-43b41d512c8eb1459efae57160b3c6fa6d4c951c.tar.bz2 bootsplash-43b41d512c8eb1459efae57160b3c6fa6d4c951c.tar.xz bootsplash-43b41d512c8eb1459efae57160b3c6fa6d4c951c.zip |
some more language -> font definitions
Diffstat (limited to 'scripts/splash.sh')
-rw-r--r-- | scripts/splash.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh index 567bb41..e571816 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -140,16 +140,16 @@ if [ "$progress" == 1 -o "$1" == "start" ]; then zh_CN*) font=/usr/share/fonts/ttf/gb2312/gkai00mp.ttf ;; zh_TW*) font=/usr/share/fonts/ttf/big5/bkai00mp.ttf ;; # languages supported by the default font; latin1 - af*|br*|ca*|da*|de*|es*|et*|eu*|fi*|fr*|ga*|gl*|id*|is*|it*|ms*|nb*) + af*|br*|ca*|da*|de*|es*|et*|eu*|fi*|fr*|ga*|gl*|id*|is*|it*|li*|ms*) font=default ;; # languages supported by the default font; latin1, more - nb*|nl*|nn*|no*|pt*|sv*|wa*) + nb*|nds*|nl*|nn*|no*|oc*|pt*|sv*|wa*) font=default ;; # languages supported by the default font; latin2 bs*|cs*|hr*|hu*|pl*|ro*|sk*|sl*|sq*) font=default ;; # languages supported by the default font; other latin coverages - eo*|lt*|lv*|mt*|tr*) + eo*|ku*|lt*|lv*|mt*|tr*) font=default ;; # for others, we do a last chance possibility with # arial unicode, if the user installed it... |