Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
blender
blender-dev-tools
Commits
dae0704e
Commit
dae0704e
authored
Aug 01, 2017
by
Campbell Barton
Browse files
Update languages
parent
88a1758d
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/rna_manual_reference_updater.py
View file @
dae0704e
...
...
@@ -91,8 +91,8 @@ fw(" \"ko_KR\": \"ko\",\n") # Korean
#fw(" \"pl_PL": \"pl",\n")
fw
(
"
\"
pt_PT
\"
:
\"
pt
\"
,
\n
"
)
# Portuguese
fw
(
"
\"
pt_BR
\"
:
\"
pt
\"
,
\n
"
)
# Portuguese - for until we have a pt_BR version
fw
(
"
\"
zh_CN
\"
:
\"
zh
.cn
\"
,
\n
"
)
# Chinese - Should be changed to "zh_cn" but there is a bug in sphinx-intl
fw
(
"
\"
zh_TW
\"
:
\"
zh
.tw
\"
,
\n
"
)
# Taiwanese Chinese
fw
(
"
\"
zh_CN
\"
:
\"
zh
-hans
\"
,
\n
"
)
# Chinese - Should be changed to "zh_cn" but there is a bug in sphinx-intl
fw
(
"
\"
zh_TW
\"
:
\"
zh
-hant
\"
,
\n
"
)
# Taiwanese Chinese
fw
(
"}.get(language)
\n\n
"
)
fw
(
"if LANG is not None:
\n
"
)
fw
(
" url_manual_prefix = url_manual_prefix.replace(
\"
manual/en
\"
,
\"
manual/
\"
+ LANG)
\n\n
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment