mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-01-03 18:10:07 +09:00
parent
dc0935464d
commit
83aba18a70
@ -639,6 +639,12 @@ do_apply_os_config() {
|
|||||||
"pt")
|
"pt")
|
||||||
DEBLANGUAGE="pt_PT.UTF-8"
|
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"
|
printf "Language '%s' not handled currently. Run sudo raspi-config to set up" "$NOOBSLANGUAGE"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user