Commit 5f96e3c8 by Qubad786 Committed by muzaffaryousaf

Add valid translations.

parent 8c24c786
...@@ -71,10 +71,10 @@ THIRD_PARTY_TRANSCRIPTION_PLANS = { ...@@ -71,10 +71,10 @@ THIRD_PARTY_TRANSCRIPTION_PLANS = {
'de': 'German', 'de': 'German',
'it': 'Italian', 'it': 'Italian',
'nl': 'Dutch', 'nl': 'Dutch',
'es-419': 'Spanish (Latin America)', 'es': 'Spanish',
'el': 'Greek',
'pt': 'Portuguese', 'pt': 'Portuguese',
'zh-hans': 'Chinese (Simplified)', 'zh': 'Chinese',
'zh-cmn-Hant': 'Chinese (Traditional)',
'ar': 'Arabic', 'ar': 'Arabic',
'he': 'Hebrew', 'he': 'Hebrew',
'ru': 'Russian', 'ru': 'Russian',
...@@ -98,6 +98,23 @@ THIRD_PARTY_TRANSCRIPTION_PLANS = { ...@@ -98,6 +98,23 @@ THIRD_PARTY_TRANSCRIPTION_PLANS = {
'sr': 'Serbian', 'sr': 'Serbian',
'sk': 'Slovak', 'sk': 'Slovak',
'uk': 'Ukrainian', 'uk': 'Ukrainian',
},
# Valid translations -- a mapping of source languages to the
# translatable target languages.
'translations': {
'es': [
'en'
],
'en': [
'el', 'en', 'zh', 'vi',
'it', 'ar', 'cs', 'id',
'es', 'ru', 'nl', 'pt',
'no', 'tr', 'tl', 'th',
'ro', 'pl', 'fr', 'bg',
'uk', 'de', 'da', 'fi',
'hu', 'ja', 'he', 'sr',
'ko', 'sv', 'sk', 'ms'
],
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment