langs: add russian to buildsystem.

This commit is contained in:
Arne Fitzenreiter
2011-07-30 12:29:19 +02:00
parent f42da6def9
commit 2bb7b134c3
10 changed files with 522 additions and 6 deletions

View File

@@ -31,6 +31,10 @@ if [ "$LANGUAGE" == "pl" ]; then
FONT="lat2-16"
fi
if [ "$LANGUAGE" == "ru" ]; then
FONT="LatArCyrHeb-16"
fi
UNICODE="1"
BROKEN_COMPOSE="0"