[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] add tajik support (455963)
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH] add tajik support (455963)
- Date: Fri, 5 Dec 2008 10:42:51 -0500
Ugh, it's been a while since I added language support. Did I do all
this right?
- Chris
diff --git a/src/keyboard_models.py b/src/keyboard_models.py
index fe7cbf1..1075e76 100644
--- a/src/keyboard_models.py
+++ b/src/keyboard_models.py
@@ -231,6 +231,9 @@ class KeyboardModels:
'slovene' : [N_('keyboard|Slovenian'), 'si', 'pc105', '', ''],
# Translators: the word before the bar is just context and
# doesn't need to be translated. Only after will be translated.
+ 'tj' : [N_('keyboard|Tajik'), 'tj', 'pc105', '', ''],
+ # Translators: the word before the bar is just context and
+ # doesn't need to be translated. Only after will be translated.
'tml-inscript' : [N_('keyboard|Tamil (Inscript)'), 'us,in', 'pc105', 'tam',
# Translators: the word before the bar is just context and
# doesn't need to be translated. Only after will be translated.
diff --git a/lang-table b/lang-table
index 73fbe25..96b5cf4 100644
--- a/lang-table
+++ b/lang-table
@@ -49,6 +49,7 @@ Slovak sk latarcyrheb-sun16 sk_SK.UTF-8 sk-qwerty Euro
Slovenian sl latarcyrheb-sun16 sl_SI.UTF-8 slovene Europe/Ljubljana
Spanish es latarcyrheb-sun16 es_ES.UTF-8 es Europe/Madrid
Swedish sv latarcyrheb-sun16 sv_SE.UTF-8 sv-latin1 Europe/Stockholm
+Tajik tg none tg_TG.UTF-8 tj Asia/Dushanbe
Tamil ta none ta_IN.UTF-8 us Asia/Calcutta
Telugu te none te_IN.UTF-8 us Asia/Calcutta
Turkish tr latarcyrheb-sun16 tr_TR.UTF-8 trq Europe/Istanbul
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]