Add five langs to GT

This commit is contained in:
nikolaj.olsson 2020-04-25 12:03:01 +02:00
parent 56dbcda0ad
commit 6db80c5f1c

View File

@ -75,6 +75,7 @@ namespace Nikse.SubtitleEdit.Core.Translate
new TranslationPair("KANNADA", "kn"),
new TranslationPair("KAZAKH", "kk"),
new TranslationPair("KHMER", "km"),
new TranslationPair("KINYARWANDA", "rw"),
new TranslationPair("KOREAN", "ko"),
new TranslationPair("KURDISH", "ku"),
new TranslationPair("KYRGYZ", "ky"),
@ -94,6 +95,7 @@ namespace Nikse.SubtitleEdit.Core.Translate
new TranslationPair("MYANMAR", "my"),
new TranslationPair("NEPALI", "ne"),
new TranslationPair("NORWEGIAN", "no"),
new TranslationPair("ODIA", "or"),
new TranslationPair("PASHTO", "ps"),
new TranslationPair("PERSIAN", "fa"),
new TranslationPair("POLISH", "pl"),
@ -118,11 +120,14 @@ namespace Nikse.SubtitleEdit.Core.Translate
new TranslationPair("SWEDISH", "sv"),
new TranslationPair("TAJIK", "tg"),
new TranslationPair("TAMIL", "ta"),
new TranslationPair("TATAR", "tt"),
new TranslationPair("TELUGU", "te"),
new TranslationPair("THAI", "th"),
new TranslationPair("TURKISH", "tr"),
new TranslationPair("TURKMEN", "tk"),
new TranslationPair("UKRAINIAN", "uk"),
new TranslationPair("URDU", "ur"),
new TranslationPair("UYGHUR", "ug"),
new TranslationPair("UZBEK", "uz"),
new TranslationPair("VIETNAMESE", "vi"),
new TranslationPair("WELSH", "cy"),