mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Added support for Finnish & Sinhala locales
This commit is contained in:
parent
b0c4e54aec
commit
b758ac161d
@ -83,7 +83,9 @@ function DisplaySystem(){
|
||||
'zh_CN.UTF-8' => '简体中文 (Chinese simplified)',
|
||||
'cs_CZ.UTF-8' => 'Čeština',
|
||||
'ru_RU.UTF-8' => 'Русский',
|
||||
'es_MX.UTF-8' => 'Español'
|
||||
'es_MX.UTF-8' => 'Español',
|
||||
'fi_FI.UTF-8' => 'Finnish',
|
||||
'si_LK.UTF-8' => 'Sinhala'
|
||||
);
|
||||
|
||||
// hostname
|
||||
|
Loading…
Reference in New Issue
Block a user