mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Added support for Greek. Thanks Chris K!
This commit is contained in:
@@ -116,7 +116,8 @@ function DisplaySystem()
|
||||
'es_MX.UTF-8' => 'Español',
|
||||
'fi_FI.UTF-8' => 'Finnish',
|
||||
'si_LK.UTF-8' => 'Sinhala',
|
||||
'tr_TR.UTF-8' => 'Türkçe'
|
||||
'tr_TR.UTF-8' => 'Türkçe',
|
||||
'el_GR.UTF-8' => 'Ελληνικά'
|
||||
);
|
||||
|
||||
if (isset($_POST['system_reboot'])) {
|
||||
|
Reference in New Issue
Block a user