Add cyrillic font support

This commit is contained in:
MatMoul 2016-03-03 22:33:27 +01:00
parent ea8b354206
commit 7a3c434cee
2 changed files with 3 additions and 2 deletions

3
archfi
View file

@ -90,6 +90,9 @@ chooselanguage(){
if [ "$sel" = "English" ]; then
loadstrings
else
case $sel in
"Russian") eval $(setfont cyr-sun16);;
esac
eval $(curl -L $baseurl/lng/$sel | sed '/^#/ d')
fi
fi

View file

@ -5,8 +5,6 @@
# translator : anonymous_prodject
# notes : alpha_test
eval $(setfont cyr-sun16)
txtselectserver="Выберите сервер исходников :"