handle Russian and Chinese languages set from NOOBS

Closes #33
This commit is contained in:
Alex Bradbury 2013-12-16 20:31:02 +00:00
parent dc0935464d
commit 83aba18a70
1 changed files with 6 additions and 0 deletions

View File

@ -639,6 +639,12 @@ do_apply_os_config() {
"pt")
DEBLANGUAGE="pt_PT.UTF-8"
;;
"ru")
DEBLANGUAGE="ru_RU.UTF-8"
;;
"zh_CN")
DEBLANGUAGE="zh_CN.UTF-8"
;;
*)
printf "Language '%s' not handled currently. Run sudo raspi-config to set up" "$NOOBSLANGUAGE"
;;