updated developer system country settings; added norwegian flag
This commit is contained in:
@ -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';
|
||||
|
@ -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
BIN
htdocs/images/flag/NO.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 649 B |
@ -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;
|
||||
?>
|
Reference in New Issue
Block a user