summaryrefslogtreecommitdiffstats
path: root/core/string/translation_domain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+4
|\
| * Merge pull request #98547 from timothyqiu/loaded-locales-setThaddeus Crews2024-11-111-1/+4
| |\
| | * Fix duplicated entries in `TranslationServer::get_loaded_locales()`Haoyu Qiu2024-10-261-1/+4
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\| |
| * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-0/+4
|\|
| * Don't pseudolocalize empty stringsHaoyu Qiu2024-10-171-0/+4
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Move pseudolocalization into TranslationDomainHaoyu Qiu2024-09-211-2/+290
* Add translation domainHaoyu Qiu2024-09-171-0/+165