summaryrefslogtreecommitdiff
path: root/editor/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-07-27 15:31:01 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-07-27 15:59:43 +0200
commitd5f8ecd54e464dd0b034cdb3f4d9fde889e16c58 (patch)
tree44cdd56783a274369c7667f1eee8bb88de6a68f9 /editor/SCsub
parent23f385b1f6f88680bb54121e3215d6ee1a943d87 (diff)
i18n: Sync editor translations with Weblate
(cherry picked from commit 5e66d2e2c4103ba4c7d178409da2a721bcb6d842)
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 59508f3025..c217f162b4 100644
--- a/editor/SCsub
+++ b/editor/SCsub
@@ -76,7 +76,7 @@ if env["tools"]:
# Editor translations
to_include = (
- "ar,bg,ca,cs,de,el,eo,es_AR,es,fi,fr,gl,he,hu,id,it,ja,ko,lv,ms,nb,nl,pl,pt_BR,pt,ro,ru,sk,th,tr,uk,vi,zh_CN,zh_TW"
+ "ar,bg,ca,cs,de,el,eo,es_AR,es,fi,fr,gl,he,hu,id,it,ja,ko,lv,ms,nb,nl,pl,pt_BR,pt,ro,ru,sk,sv,th,tr,uk,vi,zh_CN,zh_TW"
).split(",")
tlist = [env.Dir("#editor/translations").abspath + "/" + f + ".po" for f in to_include]
env.Depends("#editor/editor_translations.gen.h", tlist)