diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-03-09 08:19:25 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-03-09 08:21:38 +0100 |
commit | 172549d8304fdb7506996251c18d5a8efd2cb5aa (patch) | |
tree | 7e3055f9d5c70cf1726f8bbd6a00ab80237e6a0a /web/lib | |
parent | 4168eaa55eb306f9a859b5aae34ebd3b678a4e81 (diff) | |
download | aur-172549d8304fdb7506996251c18d5a8efd2cb5aa.tar.gz aur-172549d8304fdb7506996251c18d5a8efd2cb5aa.tar.xz |
Replace "nb_NO" translation by "nb"
This one is not a specific dialect, so "nb" (Norwegian Bokmål) is the
better name to use here.
Thanks-to: Alexander Rødseth <rodseth@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/config.inc.php.proto | 2 |
1 files changed, 1 insertions, 1 deletions
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)", |