summaryrefslogtreecommitdiff
path: root/editor/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-11-03 15:00:43 +0100
committerRémi Verschelde <rverschelde@gmail.com>2021-11-03 15:06:09 +0100
commit804406fcaf49789d4618d9c33f71d16996e95504 (patch)
tree24f599fce0aeed090f94df3becf13cbc9b6acb9a /editor/SCsub
parent3447e0dd195872ce4b34a691fc92e9127da10cd4 (diff)
i18n: Sync classref translations with Weblate
German (de) is now above the threshold for inclusion. (cherry picked from commit 0b694eb8e711b6cfdc3d398254692ed9cbb6f8c9)
Diffstat (limited to 'editor/SCsub')
-rw-r--r--editor/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/SCsub b/editor/SCsub
index 6a803678e3..87153f3b2b 100644
--- a/editor/SCsub
+++ b/editor/SCsub
@@ -87,7 +87,7 @@ if env["tools"]:
)
# Documentation translations
- to_include = "es,fr,ja,zh_CN".split(",")
+ to_include = "de,es,fr,ja,zh_CN".split(",")
tlist = [env.Dir("#doc/translations").abspath + "/" + f + ".po" for f in to_include]
env.Depends("#editor/doc_translations.gen.h", tlist)
env.CommandNoCache(