aboutsummaryrefslogtreecommitdiff
path: root/common/translation.h
AgeCommit message (Expand)Author
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
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-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-19COMMON: Push include file.h and fs.h from translation.h to translation.cppMax Horn
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-30I18N: Add a macro to define a context for a translatable string.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: Formatting fixes.Johannes Schickel
2010-08-21i18n: Style fixes.Johannes Schickel
2010-08-20i18n: Sort the list of available languages alphabeticallyThierry Crozat
2010-08-19i18n: Move translations to standalone file. Patch #3044975Eugene Sandulenko
2010-07-31i18n: use user friendly language names in GUIThierry Crozat
2010-06-28i18n: Add support for locale-dependent fontsEugene Sandulenko
2010-06-26Remove support for translation of console messages.Johannes Schickel
2010-06-15Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN...Johannes Schickel
2010-06-15Fix a typo.Johannes Schickel
2010-06-15Extend (and along with it add) some doxygen comments.Johannes Schickel
2010-06-15Use a Common::String instead of a fixed size array for _syslang in Translatio...Johannes Schickel
2010-06-15Remove unnecessary svn:executable propertiesWillem Jan Palenstijn
2010-06-15Add TranslationManager::getTranslation variant taking/returning a Common::Str...Max Horn
2010-06-15Code formattingMax Horn
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko