This reduces the size of the editor binaries significantly, as we otherwise
embed all WIP translations, including ones with very low completion ratios,
and end up paying for the size of all `msgid`s for each locale.
Cf. https://github.com/godotengine/godot-proposals/issues/3421 for details.
The thresholds used are:
- 30% for the editor interface (should already include most common strings
while more obscure ones like UndoRedo action names might be untranslated).
- 10% for the class reference: this is a HUGE resource and 10% is already
a lot of useful content, especially if focused on the most used APIs.
This currently reduces the size of the editor binary by 17% on Linux.
The list will be synced manually every now and then.
(cherry picked from commit 8425c58991)
Godot's translation work is coordinated on
Hosted Weblate,
an open source web-based translation platform, where contributors can work
together on translations using various internationalization features.
Creating an account there is free, and you can also login directly with
your GitHub, BitBucket, Google or Facebook account.
To avoid merge conflicts when syncing translations from Weblate (currently
this is done manually), we ask all contributors to work there instead of
making pull requests on this repository.
If you want to translate for a language which is not featured yet on Weblate,
you can add it (when logged in) by clicking the "Start new translation"
button at the bottom of the page.