1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Initial caps for locales in select list

This commit is contained in:
billz 2018-06-12 16:45:11 +00:00
parent ad83685796
commit ae171cfe46

View File

@ -66,10 +66,10 @@ function DisplaySystem(){
// define locales
$arrLocales = array(
'en_GB.UTF-8' => 'English',
'fr_FR.UTF-8' => 'français',
'it_IT.UTF-8' => 'italiano',
'fr_FR.UTF-8' => 'Français',
'it_IT.UTF-8' => 'Italiano',
'pt_BR.UTF-8' => 'Português',
'sv_SE.UTF-8' => 'svenska'
'sv_SE.UTF-8' => 'Svenska'
);
// hostname