[Bf-extensions-cvs] [16edba6] master: Context Manual Access: Enable new languages

Aaron noreply at git.blender.org
Fri May 13 16:22:12 CEST 2016


Commit: 16edba689ed3295d738fb70247b50b54872a47fa
Author: Aaron
Date:   Fri May 13 10:22:23 2016 -0400
Branches: master
https://developer.blender.org/rBA16edba689ed3295d738fb70247b50b54872a47fa

Context Manual Access: Enable new languages

===================================================================

M	modules/rna_manual_reference.py

===================================================================

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index eba768d..8e42ac1 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:



More information about the Bf-extensions-cvs mailing list