Menu

#656 Add on-the-fly translation support for games

*None
open
nobody
None
5
2013-12-11
2012-02-16
No

I propose adding a simple text translation. I.e. a game text passes a text substitution filter (which gets native language text from separate files) then it is put on the screen in user's native language.

Technically best solution would be (IMHO) gettext, as there're dozens of tools for translating/merging etc.

That would hopefully thrust fans to translate games because they don't need to hack data files anymore.

Discussion

  • Johannes Schickel

    • summary: [KILLER FEATURE] add l10n on-the-fly --> Add on-the-fly translation support for games
     
  • Ildar Mulyukov

    Ildar Mulyukov - 2012-02-17

    Appears to be not as simple. The text is dynamically generated (mostly) hence pure gettext is inappropriate. A lot of work is required, as I was told.

     
  • Willem Jan Palenstijn

    • Group: Engine: SCUMM --> *None