aboutsummaryrefslogtreecommitdiff
path: root/common/translation.cpp
AgeCommit message (Expand)Author
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