Haoyu Qiu
|
ec860ffe4a
Add methods for querying loaded `Translation` instances
|
1 month ago |
kobewi
|
e14263f917
Remove empty constructors and destructors from core/
|
1 month ago |
Thaddeus Crews
|
20430236e7
Merge pull request #107999 from timothyqiu/translation-cleanup
|
2 months ago |
Lukas Tenbrink
|
1db0a60dc0
Replace `std::size` usage with `std_size` to avoid `<iterator>` include.
|
2 months ago |
Haoyu Qiu
|
3f03260a21
Cleanup editor translation related methods
|
5 months ago |
Haoyu Qiu
|
296aba7dc5
Fix CSV translation not updating after reimport
|
6 months ago |
Haoyu Qiu
|
8d93b6a54c
Add translation preview in editor
|
1 year ago |
Lukas Tenbrink
|
e34f1f504c
Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase.
|
10 months ago |
Thaddeus Crews
|
6c4c61f1b2
Merge pull request #98547 from timothyqiu/loaded-locales-set
|
1 year ago |
Haoyu Qiu
|
f451997666
Fix duplicated entries in `TranslationServer::get_loaded_locales()`
|
1 year ago |
Adam Scott
|
0d350e7108
Set clang-format `RemoveSemicolon` rule to `true`
|
1 year ago |
Haoyu Qiu
|
f61fe2799c
Don't pseudolocalize empty strings
|
1 year ago |
Haoyu Qiu
|
cca54ba4db
Move pseudolocalization into TranslationDomain
|
1 year ago |
Haoyu Qiu
|
68d494e24e
Add translation domain
|
1 year ago |