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 |
||
---|---|---|
.. | ||
create_translations.cpp | ||
create_translations.h | ||
module.mk | ||
po_parser.cpp | ||
po_parser.h |