updated developer system country settings; added norwegian flag

This commit is contained in:
following
2013-04-07 15:53:53 +02:00
parent b6e39c8002
commit 9e519df468
4 changed files with 11 additions and 7 deletions

View File

@ -48,7 +48,7 @@
$opt['template']['locales']['SV']['flag'] = 'images/flag/SE.png';
$opt['template']['locales']['SV']['name'] = 'Svenska';
$opt['template']['locales']['NO']['show'] = true; // no_NO
$opt['template']['locales']['NO']['flag'] = 'images/flags/no.png';
$opt['template']['locales']['NO']['flag'] = 'images/flag/NO.png';
$opt['template']['locales']['NO']['name'] = 'Norsk';
$opt['template']['locales']['DA']['show'] = true; // da_DK
$opt['template']['locales']['DA']['flag'] = 'images/flags/dk.png';

View File

@ -112,9 +112,11 @@
$opt['page']['showdonations'] = true;
$opt['logic']['pictures']['dummy']['replacepic'] = $dev_basepath . $dev_codepath . 'htdocs/images/no_image_license.png';
$opt['template']['locales']['SV']['show'] = false;
$opt['template']['locales']['NO']['show'] = false;
$opt['template']['locales']['DA']['show'] = false;
$opt['template']['locales']['PT']['show'] = false;
$opt['template']['locales']['FR']['show'] = false;
$opt['template']['locales']['JA']['show'] = false;
$opt['template']['locales']['NL']['show'] = false;
$opt['template']['locales']['PL']['show'] = false;
$opt['template']['locales']['PT']['show'] = false;
$opt['template']['locales']['RU']['show'] = false;
?>

BIN
htdocs/images/flag/NO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

View File

@ -169,9 +169,11 @@
// you can use -1 to use the master (not recommended, because replicated to slaves)
$opt['db']['slave']['primary'] = -1;
$opt['template']['locales']['SV']['show'] = false;
$opt['template']['locales']['NO']['show'] = false;
$opt['template']['locales']['DA']['show'] = false;
$opt['template']['locales']['PT']['show'] = false;
$opt['template']['locales']['FR']['show'] = false;
$opt['template']['locales']['JA']['show'] = false;
$opt['template']['locales']['NL']['show'] = false;
$opt['template']['locales']['PL']['show'] = false;
$opt['template']['locales']['PT']['show'] = false;
$opt['template']['locales']['RU']['show'] = false;
?>