virtualx-engine/doc
Rémi Verschelde 8425c58991
i18n: Only include editor translations above a threshold
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.

For 3.x, we also exclude languages that require complex text layout support
to be displayed properly.

This currently reduces the size of the editor binary by 17% on Linux.

The list will be synced manually every now and then.
2021-10-20 14:39:21 +02:00
..
classes Merge pull request #50560 from noidexe/patch-1 2021-10-18 23:01:52 +02:00
tools makerst: Make external links anonymous 2021-10-06 09:29:32 +02:00
translations i18n: Only include editor translations above a threshold 2021-10-20 14:39:21 +02:00
Doxyfile Remove trailing whitespace 2018-11-20 11:15:02 +01:00
Makefile [HTML5] Add jsdoc2rst tool. 2021-02-26 15:35:45 +01:00