diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-04-25 17:14:49 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-04-25 17:19:34 +0200 |
commit | 340ffabd209b31c4b0b62182b14f7dc980a02ef7 (patch) | |
tree | 4482a8dde90c176a0cda538583cfd3482698fd6a /editor/SCsub | |
parent | 3ff0cc5c1c702455f0be99972865eb9ad187f947 (diff) |
i18n: Sync editor translations with Weblate
(cherry picked from commit 1e61fb1e37c537179e3d50ad21ff26776a3ebb7e)
Diffstat (limited to 'editor/SCsub')
-rw-r--r-- | editor/SCsub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/SCsub b/editor/SCsub index 5dcc253e8b..a596c7d364 100644 --- a/editor/SCsub +++ b/editor/SCsub @@ -71,12 +71,12 @@ if env["tools"]: # Editor interface and class reference translations incur a significant size # cost for the editor binary (see godot-proposals#3421). # To limit it, we only include translations with a high enough completion - # ratio (30% for the editor UI, 10% for the class reference). + # ratio (20% for the editor UI, 10% for the class reference). # Generated with `make include-list` for each resource. # Editor translations to_include = ( - "ar,bg,bn,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,tl,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,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) |