summaryrefslogtreecommitdiff
path: root/core/translation.cpp
AgeCommit message (Expand)Author
2019-05-02Locales: Add some missing locale namesRémi Verschelde
2019-04-24Added TranslationServer::get_loaded_locales to return an array of all locales...Ken Paulson
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-23Fallback to "en" when invalid locale is requestedRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-02-14Add locale renames for Hebrew and Indonesian on WindowsRémi Verschelde
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-22i18n: Add support for Serbin (Cyrillic) localeRémi Verschelde
2017-11-07Use UTF-8 for locale names. Fixes #12462.mhilbrunner
2017-10-30Add support for non-ISO locale identifiers via renames mapRémi Verschelde
2017-10-25Add a function to get the full name of a localesheepandshepherd
2017-10-05Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-11Merge pull request #9987 from Rubonnek/move-members-to-initilization-listRémi Verschelde
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-08Moved member variables from constructor to initialization listWilson E. Alvarez
2017-07-30Style: Apply clang-format on all filesRémi Verschelde
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-06-28Reworked translation systemJuan Linietsky
2017-04-26Fix wrong fallback for localevolzhs
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-02-08Added "Scots" locale name, fixing #7630Nuno Donato
2017-02-01CSV translation import pluginJuan Linietsky
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-11Type renames:Juan Linietsky
2017-01-09-Translation text will change automatically for in-game buttons, labels, poup...Juan Linietsky
2017-01-08i18n: Add support for Scots (sco) languageRémi Verschelde
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-15Blimey! Ye Pirate locale be anchor' a'port!Rémi Verschelde
2016-10-27Fix locale for macOS-style localesDamon
2016-10-27Change set_locale to fallback to the global language (#6910)Damon Myers
2016-09-01i18n: Update list of supported locales based off glibcRémi Verschelde
2016-07-16i18n: Add missing locale identifiers for Bengali and UrduRémi Verschelde
2016-05-27Added translation support to GodotJuan Linietsky
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-29remove an extra linereduz