diff options
author | TingPing <tingping@tingping.se> | 2014-01-11 18:34:30 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-11 18:34:30 -0500 |
commit | a817072e6fd208f6f26253d5fc18cc6dd0e09a17 (patch) | |
tree | 6b3c181938df0ee42ffe7e00aa7fc4ee1aa871c9 /src/fe-gtk/setup.c | |
parent | 2ea1a992b17322b57d27b5d1c37182b2cc879589 (diff) |
Add Turkish language to preferences
Users of uk, vi, and wa languages will have to manually change their lang on Windows after this.
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index be5448cb..55de46fe 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -134,6 +134,7 @@ static const char *const langsmenu[] = N_("Spanish"), N_("Swedish"), N_("Thai"), + N_("Turkish"), N_("Ukrainian"), N_("Vietnamese"), N_("Walloon"), |