mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Added locale support for Czech, thanks @rvallo
This commit is contained in:
parent
8e22f8857d
commit
4a7f3cc7cd
@ -74,7 +74,8 @@ function DisplaySystem(){
|
|||||||
'pt_BR.UTF-8' => 'Português',
|
'pt_BR.UTF-8' => 'Português',
|
||||||
'sv_SE.UTF-8' => 'Svenska',
|
'sv_SE.UTF-8' => 'Svenska',
|
||||||
'nl_NL.UTF-8' => 'Nederlands',
|
'nl_NL.UTF-8' => 'Nederlands',
|
||||||
'zh_CN.UTF-8' => 'Chinese simplified'
|
'zh_CN.UTF-8' => '简体中文 (Chinese simplified)',
|
||||||
|
'cs_CZ.UTF-8' => 'Čeština'
|
||||||
);
|
);
|
||||||
|
|
||||||
// hostname
|
// hostname
|
||||||
|
Loading…
Reference in New Issue
Block a user