mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
Add Turkish language to preferences
Users of uk, vi, and wa languages will have to manually change their lang on Windows after this.
This commit is contained in:
parent
2ea1a992b1
commit
a817072e6f
@ -42,12 +42,12 @@
|
||||
#define DEF_FONT_ALTER "Arial Unicode MS,Lucida Sans Unicode,MS Gothic,Unifont"
|
||||
|
||||
const char * const languages[LANGUAGES_LENGTH] = {
|
||||
"af", "sq", "am", "ast", "az", "eu", "be", "bg", "ca", "zh_CN", /* 0 .. 9 */
|
||||
"zh_TW", "cs", "da", "nl", "en_GB", "en", "et", "fi", "fr", "gl", /* 10 .. 19 */
|
||||
"de", "el", "gu", "hi", "hu", "id", "it", "ja", "kn", "rw", /* 20 .. 29 */
|
||||
"ko", "lv", "lt", "mk", "ml", "ms", "nb", "no", "pl", "pt", /* 30 .. 39 */
|
||||
"pt_BR", "pa", "ru", "sr", "sk", "sl", "es", "sv", "th", "uk", /* 40 .. 49 */
|
||||
"vi", "wa" /* 50 .. */
|
||||
"af", "sq", "am", "ast", "az", "eu", "be", "bg", "ca", "zh_CN", /* 0 .. 9 */
|
||||
"zh_TW", "cs", "da", "nl", "en_GB", "en", "et", "fi", "fr", "gl", /* 10 .. 19 */
|
||||
"de", "el", "gu", "hi", "hu", "id", "it", "ja_JP", "kn", "rw", /* 20 .. 29 */
|
||||
"ko", "lv", "lt", "mk", "ml", "ms", "nb", "no", "pl", "pt", /* 30 .. 39 */
|
||||
"pt_BR", "pa", "ru", "sr", "sk", "sl", "es", "sv", "th", "tr", /* 40 .. 49 */
|
||||
"uk", "vi", "wa" /* 50 .. */
|
||||
};
|
||||
|
||||
void
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "hexchat.h"
|
||||
|
||||
#define LANGUAGES_LENGTH 52
|
||||
#define LANGUAGES_LENGTH 53
|
||||
|
||||
extern char *xdir;
|
||||
extern const char * const languages[LANGUAGES_LENGTH];
|
||||
|
@ -134,6 +134,7 @@ static const char *const langsmenu[] =
|
||||
N_("Spanish"),
|
||||
N_("Swedish"),
|
||||
N_("Thai"),
|
||||
N_("Turkish"),
|
||||
N_("Ukrainian"),
|
||||
N_("Vietnamese"),
|
||||
N_("Walloon"),
|
||||
|
Loading…
Reference in New Issue
Block a user