mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Added locale support for Türkçe. Thanks Cuqer!
This commit is contained in:
parent
6866cfb266
commit
679051b219
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ function DisplaySystem()
|
|||
'ru_RU.UTF-8' => 'Русский',
|
||||
'es_MX.UTF-8' => 'Español',
|
||||
'fi_FI.UTF-8' => 'Finnish',
|
||||
'si_LK.UTF-8' => 'Sinhala'
|
||||
'si_LK.UTF-8' => 'Sinhala',
|
||||
'tr_TR.UTF-8' => 'Türkçe'
|
||||
);
|
||||
|
||||
// hostname
|
||||
|
|
Loading…
Reference in a new issue