mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Initial caps for locales in select list
This commit is contained in:
parent
ad83685796
commit
ae171cfe46
@ -66,10 +66,10 @@ function DisplaySystem(){
|
|||||||
// define locales
|
// define locales
|
||||||
$arrLocales = array(
|
$arrLocales = array(
|
||||||
'en_GB.UTF-8' => 'English',
|
'en_GB.UTF-8' => 'English',
|
||||||
'fr_FR.UTF-8' => 'français',
|
'fr_FR.UTF-8' => 'Français',
|
||||||
'it_IT.UTF-8' => 'italiano',
|
'it_IT.UTF-8' => 'Italiano',
|
||||||
'pt_BR.UTF-8' => 'Português',
|
'pt_BR.UTF-8' => 'Português',
|
||||||
'sv_SE.UTF-8' => 'svenska'
|
'sv_SE.UTF-8' => 'Svenska'
|
||||||
);
|
);
|
||||||
|
|
||||||
// hostname
|
// hostname
|
||||||
|
Loading…
x
Reference in New Issue
Block a user