summaryrefslogtreecommitdiff
path: root/core/string/translation.cpp
AgeCommit message (Expand)Author
2023-02-07Prepare for moving editor and classref translations to godot-editor-l10n repoHaoyu Qiu
2023-01-06Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-11Add PropertyInfo overload for GLOBAL_DEFkobewi
2022-11-10[Font] Add an import option to pre-render all glyphs required for the transla...bruvzg
2022-10-31Merge pull request #67931 from bruvzg/locale_no_defRémi Verschelde
2022-10-27Do not auto add default script and country codes to the locale.bruvzg
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-08-24Replace Array return types with TypedArray 3kobewi
2022-08-08Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-02-18[Editor] Fix "en" editor translation detection.bruvzg
2022-02-12Use EditorFileDialog instead of FileDialog in the project managerHendrik Brucker
2022-02-08[GDExtension] Add binds for missing methods, operators, and constants require...bruvzg
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-01-24Fix translation with multiple sources for the same language.bruvzg
2022-01-19Fix locale always selecting translation instead of "en", when no match found.bruvzg
2022-01-18Improve locale detection.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-10Added check to get_all_locales to avoid adding duplicate locales to arrayraphaelazev
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-05Merge pull request #53225 from aaronfranke/c-localeRémi Verschelde
2021-10-04GDScript completion: Handle quote style ad-hoc to remove editor dependencyRémi Verschelde
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29Add locale rename for the "C" localeAaron Franke
2021-09-29Implement override of get_message and get_plural_messageO01eg
2021-08-08Merge pull request #51395 from angad-k/pseudolocalization-squashedRémi Verschelde
2021-08-08add pseudolocalization to GodotAngad Kambli
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-16Fix missing locale namesHaoyu Qiu
2021-04-26Remove uses of `auto` for better readability and online code reviewsHugo Locurcio
2021-03-22Merge pull request #34587 from YeldhamDev/translation_resource_notification_r...Rémi Verschelde
2021-02-24Merge pull request #46195 from AndyBarcia/FixLanguageCodesIncosistenciesRémi Verschelde
2021-02-18Fixes some inconsistent ISO-639 language codesandybarcia
2021-02-18Reorganize Project Settingsreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-08Make translation change notification when setting the locale of a Translation...Michael Alexsander
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz