mdelfede Messages: 1308 Registered: September 2007
Ultimate Contributor
Hi, both things are quite unrelated.
The context can be set by \v option (see manual) :
t_("myContext\vMyString");
The patch above just allows to keep a single translation file per application, collecting ALL translations from single packages, if they don't have internal .t files.
Anyays, you still have the choice of a translation file per package as before; if you provide it, the behaviour is to collect strings from the package in its corresponding .t file.
If you don't have a .t inside package, but you have a .t file in main package, then the patch allows to collect ALL translations of ALL packages belonging to the application in main package's .t file.