summaryrefslogtreecommitdiffstats
path: root/core/string/translation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Remove editor pseudolocalization debug featureRémi Verschelde2024-06-241-6/+2
* Rename internal is_ascii_char to is_ascii_alphabet_charAaron Franke2024-04-201-1/+1
* Add context support for editor property name i18nHaoyu Qiu2024-03-311-2/+2
* Merge pull request #87191 from Mickeon/autocompletion-TranslationServerRémi Verschelde2024-03-011-0/+23
|\
| * Add autocompletion for TranslationServerMicky2024-02-291-0/+23
* | Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-5/+33
* | Fix some DEFVALs to use the right typeRaul Santos2024-02-231-7/+8
|/
* [Pseudolocalization] Prevent out of bounds reads.bruvzg2024-01-051-5/+5
* 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