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.h
Age
Commit message (
Expand
)
Author
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2012-01-29
GRAPHICS/GUI: Implement charset mapping for TTF fonts.
Johannes Schickel
2011-11-13
COMMON: Some minor formatting fixes in translation code.
Johannes Schickel
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-19
COMMON: Push include file.h and fs.h from translation.h to translation.cpp
Max Horn
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-30
I18N: Add a macro to define a context for a translatable string.
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: Formatting fixes.
Johannes Schickel
2010-08-21
i18n: Style fixes.
Johannes Schickel
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-07-31
i18n: use user friendly language names in GUI
Thierry Crozat
2010-06-28
i18n: Add support for locale-dependent fonts
Eugene Sandulenko
2010-06-26
Remove support for translation of console messages.
Johannes Schickel
2010-06-15
Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN...
Johannes Schickel
2010-06-15
Fix a typo.
Johannes Schickel
2010-06-15
Extend (and along with it add) some doxygen comments.
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
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