mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +09:00
parent
dc0935464d
commit
83aba18a70
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user