summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-20 15:59:22 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-20 15:59:22 +0200
commitd90ae8012a6790fde87b0b5c8d50356686331f3c (patch)
tree6dd7a38a42140c70cf6220480d2a55784aa0b75d /src/fe-gtk/setup.c
parent89cf2710246751c5fe0e95d5fa72ff492c0893b3 (diff)
Add support for new languages in the language selector
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r--src/fe-gtk/setup.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index ed002a28..dc17941c 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -102,8 +102,10 @@ typedef struct
 #ifdef WIN32
 static const char *const langsmenu[] =
 {
+	N_("Afrikaans"),
 	N_("Albanian"),
 	N_("Amharic"),
+	N_("Asturian"),
 	N_("Azerbaijani"),
 	N_("Basque"),
 	N_("Belarusian"),
@@ -112,6 +114,7 @@ static const char *const langsmenu[] =
 	N_("Chinese (Simplified)"),
 	N_("Chinese (Traditional)"),
 	N_("Czech"),
+	N_("Danish"),
 	N_("Dutch"),
 	N_("English (UK)"),
 	N_("English (US)"),
@@ -121,11 +124,15 @@ static const char *const langsmenu[] =
 	N_("Galician"),
 	N_("German"),
 	N_("Greek"),
+	N_("Gujarati"),
+	N_("Hebrew"),
 	N_("Hindi"),
 	N_("Hungarian"),
+	N_("Indonesian"),
 	N_("Italian"),
 	N_("Japanese"),
 	N_("Kannada"),
+	N_("Kinyarwanda"),
 	N_("Korean"),
 	N_("Latvian"),
 	N_("Lithuanian"),