aboutsummaryrefslogtreecommitdiff
path: root/common/translation.cpp
AgeCommit message (Expand)Author
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
2010-06-15Fix compilation when using ICONV_USES_CONST.Andre Heider
2010-06-15Strip out charset information from the system locale again (like it was done ...Johannes Schickel
2010-06-15Output some warning in case an invalid ID was passed to TranslationManager::g...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-15Some style fixes.Johannes Schickel
2010-06-15Fix iconv signature on BSD systems. (Based on what we do in tools/)Johannes Schickel
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