summaryrefslogtreecommitdiffstats
path: root/core/translation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1303/+0
* Updated Translation architecture to have TranslationPO, did some commit fixes...SkyJJ2020-08-191-243/+70
* Added plurals and context support to TranslationSkyJJ2020-08-191-83/+331
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+15
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-33/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-8/+1
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* i18n: Add support for translating the class referenceRémi Verschelde2020-03-201-4/+13
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-9/+9
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* ResourceLoader: Add language code matching for localized resourcesRémi Verschelde2019-12-041-0/+3
* Translation: Refactor locale matching to use proper language codeRémi Verschelde2019-12-041-33/+55
* Fix some crashes and using null pointersRafał Mikrut2019-10-281-0/+3
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-2/+1
* Translation: Fix logic bug finding match for regional localesRémi Verschelde2019-08-081-32/+32
* Locales: Add some missing locale namesRémi Verschelde2019-05-021-2/+16
* Added TranslationServer::get_loaded_locales to return an array of all locales...Ken Paulson2019-04-241-0/+15
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fallback to "en" when invalid locale is requestedRémi Verschelde2018-09-231-4/+7
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
* Removed unnecessary assignmentsWilson E. Alvarez2018-07-241-5/+3
* Add locale renames for Hebrew and Indonesian on WindowsRémi Verschelde2018-02-141-1/+18
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-5/+5
* i18n: Add support for Serbin (Cyrillic) localeRémi Verschelde2017-11-221-0/+2
* Use UTF-8 for locale names. Fixes #12462.mhilbrunner2017-11-071-2/+2
* Add support for non-ISO locale identifiers via renames mapRémi Verschelde2017-10-301-63/+73
* Add a function to get the full name of a localesheepandshepherd2017-10-251-0/+13
* Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky2017-10-051-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Merge pull request #9987 from Rubonnek/move-members-to-initilization-listRémi Verschelde2017-08-111-7/+5
|\
| * Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-081-7/+5
* | Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
|/
* Style: Apply clang-format on all filesRémi Verschelde2017-07-301-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-4/+4
* Reworked translation systemJuan Linietsky2017-06-281-0/+6
* Fix wrong fallback for localevolzhs2017-04-261-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-863/+834
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-15/+15