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
+5 -3
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;
?>