summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorRoss Golder <rossg@src.gnome.org>2003-02-13 07:34:48 +0000
committerRoss Golder <rossg@src.gnome.org>2003-02-13 07:34:48 +0000
commit03d6c78c33f9dc6cec5b664092541afa0a1b1bfc (patch)
tree62c8d0ce8ca1cec17d9371eba949960cd161f3f5 /gui
parent00da65eb357b735f877fb7319bd6112775c37d3a (diff)
downloadgdm-03d6c78c33f9dc6cec5b664092541afa0a1b1bfc.tar.gz
Added Thai support
Diffstat (limited to 'gui')
-rw-r--r--gui/gdmlanguages.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/gdmlanguages.c b/gui/gdmlanguages.c
index 7e37a9f7..4ccb2f8a 100644
--- a/gui/gdmlanguages.c
+++ b/gui/gdmlanguages.c
@@ -149,6 +149,8 @@ static Language languages [] = {
/*Note translate the N-Z to the N-Z you used in the group label */
{ N_("N-Z|Tamil"), "ta_IN", NULL, 0 },
/*Note translate the N-Z to the N-Z you used in the group label */
+ { N_("N-Z|Thai"), "th_TH", "ไทย", 0 },
+ /*Note translate the N-Z to the N-Z you used in the group label */
{ N_("N-Z|Turkish"), "tr_TR", "Türkçe", 0 },
/*Note translate the N-Z to the N-Z you used in the group label */
{ N_("N-Z|Ukrainian"), "uk_UA", "Українська", 0 },