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 |
|
Haoyu Qiu
|
296aba7dc5
|
Fix CSV translation not updating after reimport
|
2025-06-17 17:22:49 +08:00 |
|
Haoyu Qiu
|
8d93b6a54c
|
Add translation preview in editor
|
2025-05-27 07:59:28 +08:00 |
|
Thaddeus Crews
|
324512e11c
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
Haoyu Qiu
|
cca54ba4db
|
Move pseudolocalization into TranslationDomain
Also adds command-line option `--editor-pseudolocalization`
|
2024-09-21 18:28:12 +08:00 |
|
Haoyu Qiu
|
68d494e24e
|
Add translation domain
|
2024-09-17 13:09:44 +08:00 |
|