scummvm/tools/create_translations
Thierry Crozat bc821136fd i18n: Add support for context in translations.
This change means there can now be different translations for the same
english string depending on the context. It is based on gettext msgctxt feature.
There is a new macro _c(msg, ctxt) that should be used instead of _(msg) in
the source code when we want to add a context to the message. For the
moment I have added contexts to only one message ("None") so that I could
test the changes. Context could be added also to get shorter translations when
GUI is in 1x mode.

I have also added back the fuzzy option to msmerge since it is useful when
adding contexts to populate the translations for the new contexts.

svn-id: r52308
2010-08-23 19:45:14 +00:00
..
create_translations.cpp i18n: Add support for context in translations. 2010-08-23 19:45:14 +00:00
create_translations.h i18n: Implement po file parsing in create_translations tool 2010-08-22 18:49:19 +00:00
module.mk i18n: Implement po file parsing in create_translations tool 2010-08-22 18:49:19 +00:00
po_parser.cpp i18n: Formatting fixes. 2010-08-22 19:47:07 +00:00
po_parser.h i18n: Formatting fixes. 2010-08-22 19:47:07 +00:00