Files
godot/editor
Haoyu Qiu 3f03260a21 Cleanup editor translation related methods
- Unify logic for loading editor/property/doc/extractable translations.
- Replace legacy `TranslationServer` methods with translation domains for internal translations.
- Only pre-create editor/property/doc translation domains in editor builds.
- Prevent adding `null` translation.
- Fixes potential loading of duplicated editor translations.
- Add internal `has_translation_for_locale()` instead of calling `get_loaded_translations().has()`.
2025-09-18 20:27:09 +08:00
..
2025-07-04 18:18:22 +02:00
2025-09-16 15:04:13 +08:00
2025-07-04 18:18:22 +02:00
2025-08-21 11:39:16 +03:00
2025-07-04 18:18:22 +02:00
2025-08-21 14:38:27 +02:00