[Bf-extensions-cvs] [8a409b25] master: Revert "Update lanuages"

Campbell Barton noreply at git.blender.org
Tue Aug 1 09:51:03 CEST 2017


Commit: 8a409b2561ee683ce7c24fb81dc0bb2228996a41
Author: Campbell Barton
Date:   Tue Aug 1 18:05:40 2017 +1000
Branches: master
https://developer.blender.org/rBA8a409b2561ee683ce7c24fb81dc0bb2228996a41

Revert "Update lanuages"

This reverts commit 15ce79c680dd63e5d54cc8ec28ad2c4d87a813ac.

Turns out URL's stay the same

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

M	modules/rna_manual_reference.py

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

diff --git a/modules/rna_manual_reference.py b/modules/rna_manual_reference.py
index b1af9fae..990f2b8b 100644
--- a/modules/rna_manual_reference.py
+++ b/modules/rna_manual_reference.py
@@ -21,8 +21,8 @@ LANG = {
     "ko_KR":        "ko",
     "pt_PT":        "pt",
     "pt_BR":        "pt",
-    "zh_CN":        "zh-hans",
-    "zh_TW":        "zh-hant",
+    "zh_CN":        "zh.cn",
+    "zh_TW":        "zh.tw",
 }.get(language)
 
 if LANG is not None:



More information about the Bf-extensions-cvs mailing list