mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Added locale support for Türkçe. Thanks Cuqer!
This commit is contained in:
parent
6866cfb266
commit
679051b219
@ -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 New Issue
Block a user