-
Type:
Task
-
Resolution: Unresolved
-
None
-
Affects Version/s: None
-
Component/s: LanguageResources
-
Medium
-
add new language 'Zhuang', existing languages 'Tibetisch' and 'Uigurisch'
-
Emptyshow more show less
Problem
A customer need 3 new languages Tibetan, Zhuang and Uighur
Solution
Add new languages similar to: https://jira.translate5.net/browse/TRANSLATE-4474
2 of 3 already present !?!
on testing the above sql, I discovered that 2 of the 3 languages are already present in Traslate5:
1. "Tibetan" = Tibetan (bo)
2. "Uighur" = Uyghur (ug)
Therefore I asked customer if there is something wrong with these languages and if they need a review.
=> customer wanted the existing languages updated.
direct update on customer installation
to update on premise installation, I sued the following command:
t5 db:query "INSERT INTO LEK_languages SET langName = 'Zhuang', lcid = NULL, rfc5646 = 'za', iso3166Part1alpha2 = 'cn', sublanguage = 'za-CN', rtl = 0, iso6393 = 'zha', hidden = 0 ON DUPLICATE KEY UPDATE id=id;" t5 db:query "UPDATE LEK_languages SET iso6393 = 'bod' WHERE rfc5646 = 'bo';" t5 db:query "UPDATE LEK_languages SET lcid = 1152, iso3166Part1alpha2 = 'cn', sublanguage = 'ug-CN', iso6393 = 'uig' WHERE rfc5646 = 'ug';"