aboutsummaryrefslogtreecommitdiff
path: root/common/translation.cpp
AgeCommit message (Expand)Author
2018-12-17WIN32: Move all ARRAYSIZE undefs to util.hSupSuper
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2012-03-13JANITORIAL: Simply use *x instead of *x.get() on smart pointers.Christoph Mallon
2012-01-29GRAPHICS/GUI: Implement charset mapping for TTF fonts.Johannes Schickel
2011-11-13COMMON: Some minor formatting fixes in translation code.Johannes Schickel
2011-11-02COMMON: Fix warningEugene Sandulenko
2011-08-21BADA: Remove BADA defined check. Was a temp fix for simulator buildChris Warren-Smith
2011-08-21BADA: Initial BADA port implementationChris Warren-Smith
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-06-24COMMON: Look for translations.dat in Theme path before using SearchManThierry Crozat
2011-06-22COMMON: Improve loading of translations data fileThierry Crozat
2011-06-14COMMON: Fix crash in TranslationManager when reading long stringsThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-12-01I18N: Improve the fallback language auto-detection.Jordi Vilalta Prat
2010-11-30I18N: Don't build TranslationManager when translation is disabled.Jordi Vilalta Prat
2010-11-28BACKEND: Switch OSystem::getSystemLanguage return type to Common::String.Johannes Schickel
2010-11-25COMMON: Adapt translation manager to use the OSystem for language detection.Johannes Schickel
2010-11-19COMMON: Push include file.h and fs.h from translation.h to translation.cppMax Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-13COMMON: Fix TranslationManagerThierry Crozat
2010-11-11COMMON: Fix compilation when translation support is disabled (regression from...Johannes Schickel
2010-11-11COMMON: Cleanup translation manager code; add FIXMEMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-10-01GUI: Fix bug #3075649 (Fonts not found with built-in theme)Thierry Crozat
2010-08-28I18N: Look for translations data file in Themes pathThierry Crozat
2010-08-23i18n: Add support for context in translations.Thierry Crozat
2010-08-21i18n: Changed wording of messages about translations.dat file.Johannes Schickel
2010-08-21i18n: Formatting fixes.Johannes Schickel
2010-08-21i18n: Style fixes.Johannes Schickel
2010-08-20i18n: Fix previous commit when translation support is disabledThierry Crozat
2010-08-20i18n: Sort the list of available languages alphabeticallyThierry Crozat
2010-08-19i18n: Move translations to standalone file. Patch #3044975Eugene Sandulenko
2010-08-12i18n: Fix link error when localization is disabledThierry Crozat
2010-07-31i18n: use user friendly language names in GUIThierry Crozat
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-06-28i18n: Add support for locale-dependent fontsEugene Sandulenko
2010-06-26Add some explanation why we can not just use setlocale on Win32.Johannes Schickel
2010-06-26Use "C" on Win32 as syslang in case the locale could not be determined.Johannes Schickel
2010-06-26Fix compilation with our default build system when USE_DETECTLANG is specified.Johannes Schickel
2010-06-26Implement support for auto detection of the users preferred locale on Windows.Johannes Schickel
2010-06-26Remove support for translation of console messages.Johannes Schickel
2010-06-21Fixed some Cppcheck warnings. (There are plenty left, if anyone's wondering.)Torbjörn Andersson
2010-06-18Properly provide stub implementations for all TranslationManager methods when...Johannes Schickel
2010-06-17Correction for Invalid reads in Translation iconv calls reported by Valgrind.David Turner
2010-06-15Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN...Johannes Schickel
2010-06-15Simplify code for the "ICONV_USES_CONST" case even more. (i.e. remove the "ms...Johannes Schickel