From 172549d8304fdb7506996251c18d5a8efd2cb5aa Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 9 Mar 2012 08:19:25 +0100 Subject: Replace "nb_NO" translation by "nb" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This one is not a specific dialect, so "nb" (Norwegian Bokmål) is the better name to use here. Thanks-to: Alexander Rødseth Signed-off-by: Lukas Fleischer --- web/lib/config.inc.php.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/lib/config.inc.php.proto b/web/lib/config.inc.php.proto index 0925db75..79f5e4c4 100644 --- a/web/lib/config.inc.php.proto +++ b/web/lib/config.inc.php.proto @@ -48,7 +48,7 @@ $SUPPORTED_LANGS = array( "hr" => "Hrvatski", "hu" => "Magyar", "it" => "Italiano", - "nb_NO" => "Norsk", + "nb" => "Norsk", "nl" => "Dutch", "pl" => "Polski", "pt_BR" => "Português (Brasil)", -- cgit v1.2.3-24-g4f1b