Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <carlisle.b3d@gmail.com>2016-05-13 17:22:23 +0300
committerAaron <carlisle.b3d@gmail.com>2016-05-13 17:22:23 +0300
commit16edba689ed3295d738fb70247b50b54872a47fa (patch)
tree87e31cb1a91f9225b2ef96b0731fffefacb7eecc
parentce3e1a0d88579751fbcc7ebbdfa37a8235d3a1c0 (diff)
Context Manual Access: Enable new languages
-rw-r--r--modules/rna_manual_reference.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index eba768d3..8e42ac11 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -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: