summaryrefslogtreecommitdiffstats
path: root/core/string/translation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not reload resources and send notification if locale is not changed.bruvzg2023-12-051-1/+5
* Fix remapped font reloading on locale change.bruvzg2023-11-131-4/+6
* Support loading of translations on threadsPedro J. Estébanez2023-06-291-0/+9
* Merge pull request #72288 from MewPurPur/use-string-repeatClay John2023-05-051-12/+5
|\
| * Use String.repeat() in more placesVolTer2023-05-011-12/+5
* | Improve layout direction/locale automatic selection.bruvzg2023-02-221-1/+19
* | Prepare for moving editor and classref translations to godot-editor-l10n repoHaoyu Qiu2023-02-071-0/+14
|/
* Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-1/+1
|\
| * Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-1/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* [Font] Add an import option to pre-render all glyphs required for the transla...bruvzg2022-11-101-0/+13
* Merge pull request #67931 from bruvzg/locale_no_defRémi Verschelde2022-10-311-17/+23
|\
| * Do not auto add default script and country codes to the locale.bruvzg2022-10-271-17/+23
* | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-52/+49
* Replace Array return types with TypedArray 3kobewi2022-08-241-4/+4
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-6/+6
* Replace most uses of Map by HashMapreduz2022-05-161-17/+17
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
* [Editor] Fix "en" editor translation detection.bruvzg2022-02-181-2/+6
* Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker2022-02-121-1/+1
* [GDExtension] Add binds for missing methods, operators, and constants require...bruvzg2022-02-081-0/+1
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-15/+7
* Fix translation with multiple sources for the same language.bruvzg2022-01-241-8/+8
* Fix locale always selecting translation instead of "en", when no match found.bruvzg2022-01-191-2/+2
* Improve locale detection.bruvzg2022-01-181-929/+298
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Added check to get_all_locales to avoid adding duplicate locales to arrayraphaelazev2021-12-101-1/+4
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-2/+2
* Merge pull request #53225 from aaronfranke/c-localeRémi Verschelde2021-10-051-3/+6
|\
| * Add locale rename for the "C" localeAaron Franke2021-09-291-3/+6
* | GDScript completion: Handle quote style ad-hoc to remove editor dependencyRémi Verschelde2021-10-041-1/+0
* | Use range iterators for `Map`Lightning_A2021-09-301-6/+6
|/
* Implement override of get_message and get_plural_messageO01eg2021-09-291-0/+13
* Merge pull request #51395 from angad-k/pseudolocalization-squashedRémi Verschelde2021-08-081-4/+256
|\
| * add pseudolocalization to GodotAngad Kambli2021-08-081-4/+256
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* | Fix missing locale namesHaoyu Qiu2021-07-161-0/+6
|/
* Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-261-1/+1
* Merge pull request #34587 from YeldhamDev/translation_resource_notification_r...Rémi Verschelde2021-03-221-1/+1
|\
| * Make translation change notification when setting the locale of a Translation...Michael Alexsander2020-11-081-1/+1
* | Merge pull request #46195 from AndyBarcia/FixLanguageCodesIncosistenciesRémi Verschelde2021-02-241-3/+16
|\ \
| * | Fixes some inconsistent ISO-639 language codesandybarcia2021-02-181-3/+16
* | | Reorganize Project Settingsreduz2021-02-181-6/+6
|/ /
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1