Added language code for Klingon translation

bzr revid: hda@tinyerp.com-20091012075508-rt4v2ibuss3kgvqz
This commit is contained in:
HDA (OpenERP) 2009-10-12 13:25:08 +05:30
parent 123595a72e
commit 9c917f2827
2 changed files with 3 additions and 0 deletions

View File

@ -813,6 +813,7 @@ def get_languages():
'zh_CN': u'Chinese (CN) / 简体中文',
'zh_TW': u'Chinese (TW) / 正體字',
'th_TH': u'Thai / ภาษาไทย',
'tlh_TLH': 'Klingon',
}
return languages

View File

@ -101,6 +101,8 @@ _LOCALE2WIN32 = {
'tr_TR': 'Turkish_Turkey',
'uk_UA': 'Ukrainian_Ukraine',
'vi_VN': 'Vietnamese_Viet Nam',
'tlh_TLH': 'Klingon',
}