Norwegian translations:

- enable Bokmål in router
- add to tx config
- add Bokmål translations from transifex
This commit is contained in:
kytv
2013-01-31 17:51:01 +00:00
parent fea91a35f6
commit 67ca0a4d20
6 changed files with 6912 additions and 3 deletions

View File

@ -74,14 +74,14 @@ public class ConfigUIHelper extends HelperBase {
* added to the top-level build.xml for the updater.
*/
private static final String langs[] = {"ar", "cs", "da", "de", "et", "el", "en", "es", "fi",
"fr", "hu", "it", "nl", "pl", "pt", "ru",
"fr", "hu", "it", "nb", "nl", "pl", "pt", "ru",
"sv", "uk", "vi", "zh"};
private static final String flags[] = {"lang_ar", "cz", "dk", "de", "ee", "gr", "us", "es", "fi",
"fr", "hu", "it", "nl", "pl", "pt", "ru",
"fr", "hu", "it", "nl", "no", "pl", "pt", "ru",
"se", "ua", "vn", "cn"};
private static final String xlangs[] = {_x("Arabic"), _x("Czech"), _x("Danish"),
_x("German"), _x("Estonian"), _x("Greek"), _x("English"), _x("Spanish"), _x("Finnish"),
_x("French"), _x("Hungarian"), _x("Italian"), _x("Dutch"), _x("Polish"),
_x("French"), _x("Hungarian"), _x("Italian"), _x("Dutch"), _x("Norwegian Bokmaal"), _x("Polish"),
_x("Portuguese"), _x("Russian"), _x("Swedish"),
_x("Ukrainian"), _x("Vietnamese"), _x("Chinese")};