scummvm/tools/create_translations
Thierry Crozat fc05e8a4ff I18N: Modify create-translations tool to remove duplicate translations
The TranslationManager in ScummVM will pick up the translation associated
to no context if present and if a translation could not be found for a specific
context. Based on this, the create_translations tool will now remove the
translation associated to a specific context if the same message has the
same translation associated to no context. This generate a smaller
translation.dat file, and this should also slightly improve performances (less
strings to load from the file and smaller list in which to look for a translated
message).

svn-id: r52459
2010-08-30 22:10:32 +00:00
..
create_translations.cpp i18n: Add support for context in translations. 2010-08-23 19:45:14 +00:00
create_translations.h
module.mk
po_parser.cpp I18N: Modify create-translations tool to remove duplicate translations 2010-08-30 22:10:32 +00:00
po_parser.h i18n: Formatting fixes. 2010-08-22 19:47:07 +00:00