diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-19 00:34:47 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-19 00:34:47 +0200 |
commit | ff2f121d8a90630e6d735abc71a250bdfd559220 (patch) | |
tree | 5613d4572b0b5a16cda1057edd9a35be43d45f4f /src/common/xchat.c | |
parent | 3fba4d508d3230f457b4d45f442af8517656207f (diff) |
Add Nynorsk language
Diffstat (limited to 'src/common/xchat.c')
-rw-r--r-- | src/common/xchat.c | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/src/common/xchat.c b/src/common/xchat.c index ad82e16d..f0724d1a 100644 --- a/src/common/xchat.c +++ b/src/common/xchat.c @@ -1056,45 +1056,48 @@ main (int argc, char *argv[]) strcat (hexchat_lang, "nb"); break; case 30: - strcat (hexchat_lang, "pl"); + strcat (hexchat_lang, "no"); break; case 31: - strcat (hexchat_lang, "pt"); + strcat (hexchat_lang, "pl"); break; case 32: - strcat (hexchat_lang, "pt_BR"); + strcat (hexchat_lang, "pt"); break; case 33: - strcat (hexchat_lang, "pa"); + strcat (hexchat_lang, "pt_BR"); break; case 34: - strcat (hexchat_lang, "ru"); + strcat (hexchat_lang, "pa"); break; case 35: - strcat (hexchat_lang, "sr"); + strcat (hexchat_lang, "ru"); break; case 36: - strcat (hexchat_lang, "sk"); + strcat (hexchat_lang, "sr"); break; case 37: - strcat (hexchat_lang, "sl"); + strcat (hexchat_lang, "sk"); break; case 38: - strcat (hexchat_lang, "es"); + strcat (hexchat_lang, "sl"); break; case 39: - strcat (hexchat_lang, "sv"); + strcat (hexchat_lang, "es"); break; case 40: - strcat (hexchat_lang, "th"); + strcat (hexchat_lang, "sv"); break; case 41: - strcat (hexchat_lang, "uk"); + strcat (hexchat_lang, "th"); break; case 42: - strcat (hexchat_lang, "vi"); + strcat (hexchat_lang, "uk"); break; case 43: + strcat (hexchat_lang, "vi"); + break; + case 44: strcat (hexchat_lang, "wa"); break; default: |