aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/splash.sh6
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...