index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
translation.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-12-01
I18N: Improve the fallback language auto-detection.
Jordi Vilalta Prat
2010-11-30
I18N: Don't build TranslationManager when translation is disabled.
Jordi Vilalta Prat
2010-11-28
BACKEND: Switch OSystem::getSystemLanguage return type to Common::String.
Johannes Schickel
2010-11-25
COMMON: Adapt translation manager to use the OSystem for language detection.
Johannes Schickel
2010-11-19
COMMON: Push include file.h and fs.h from translation.h to translation.cpp
Max Horn
2010-11-16
COMMON: Simplify DECLARE_SINGLETON macro
Max Horn
2010-11-13
COMMON: Fix TranslationManager
Thierry Crozat
2010-11-11
COMMON: Fix compilation when translation support is disabled (regression from...
Johannes Schickel
2010-11-11
COMMON: Cleanup translation manager code; add FIXME
Max Horn
2010-10-12
JANITORAL: Clean trailing whitespaces.
Jordi Vilalta Prat
2010-10-01
GUI: Fix bug #3075649 (Fonts not found with built-in theme)
Thierry Crozat
2010-08-28
I18N: Look for translations data file in Themes path
Thierry Crozat
2010-08-23
i18n: Add support for context in translations.
Thierry Crozat
2010-08-21
i18n: Changed wording of messages about translations.dat file.
Johannes Schickel
2010-08-21
i18n: Formatting fixes.
Johannes Schickel
2010-08-21
i18n: Style fixes.
Johannes Schickel
2010-08-20
i18n: Fix previous commit when translation support is disabled
Thierry Crozat
2010-08-20
i18n: Sort the list of available languages alphabetically
Thierry Crozat
2010-08-19
i18n: Move translations to standalone file. Patch #3044975
Eugene Sandulenko
2010-08-12
i18n: Fix link error when localization is disabled
Thierry Crozat
2010-07-31
i18n: use user friendly language names in GUI
Thierry Crozat
2010-07-21
Strip trailing whitespaces in our common code base.
Johannes Schickel
2010-06-28
i18n: Add support for locale-dependent fonts
Eugene Sandulenko
2010-06-26
Add some explanation why we can not just use setlocale on Win32.
Johannes Schickel
2010-06-26
Use "C" on Win32 as syslang in case the locale could not be determined.
Johannes Schickel
2010-06-26
Fix compilation with our default build system when USE_DETECTLANG is specified.
Johannes Schickel
2010-06-26
Implement support for auto detection of the users preferred locale on Windows.
Johannes Schickel
2010-06-26
Remove support for translation of console messages.
Johannes Schickel
2010-06-21
Fixed some Cppcheck warnings. (There are plenty left, if anyone's wondering.)
Torbjörn Andersson
2010-06-18
Properly provide stub implementations for all TranslationManager methods when...
Johannes Schickel
2010-06-17
Correction for Invalid reads in Translation iconv calls reported by Valgrind.
David Turner
2010-06-15
Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN...
Johannes Schickel
2010-06-15
Simplify code for the "ICONV_USES_CONST" case even more. (i.e. remove the "ms...
Johannes Schickel
2010-06-15
Fix compilation when using ICONV_USES_CONST.
Andre Heider
2010-06-15
Strip out charset information from the system locale again (like it was done ...
Johannes Schickel
2010-06-15
Output some warning in case an invalid ID was passed to TranslationManager::g...
Johannes Schickel
2010-06-15
Use a Common::String instead of a fixed size array for _syslang in Translatio...
Johannes Schickel
2010-06-15
Remove unnecessary svn:executable properties
Willem Jan Palenstijn
2010-06-15
Some style fixes.
Johannes Schickel
2010-06-15
Fix iconv signature on BSD systems. (Based on what we do in tools/)
Johannes Schickel
2010-06-15
Add TranslationManager::getTranslation variant taking/returning a Common::Str...
Max Horn
2010-06-15
Code formatting
Max Horn
2010-06-15
Implement translation support for ScummVM GUI.
Eugene Sandulenko