Context Manual Access: Enable new languages

This commit is contained in:
Aaron Carlisle 2016-05-13 10:22:23 -04:00
parent ce3e1a0d88
commit 16edba689e
1 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ LANG = {
# "sv_SE": "sv",
# "tr_TR": "th",
# "uk_UA": "uk",
# "es": "es",
"es": "es", # Spanish.
# "fi_FI": "fi",
"fr_FR": "fr", # French.
# "id_ID": "id",
@ -51,10 +51,10 @@ LANG = {
# "ja_JP": "ja",
# "nl_NL": "nl",
# "pl_PL": "pl",
# "pt_PT": "pt",
# "pt_BR": "pt",
"pt_PT": "pt", # Portuguese.
"pt_BR": "pt", # Portuguese - for until we have a pt_BR version.
"zh_CN": "zh.cn", # Chinese - Should be changed to "zh_cn" but there is a bug in sphinx-intl.
"zh_TW": "zh.cn", # Taiwanese Chinese - for until we have a zh_tw version
"zh_TW": "zh.cn", # Taiwanese Chinese - for until we have a zh_tw version.
}.get(language)
if LANG is not None: