i18n icon indicating copy to clipboard operation
i18n copied to clipboard

Parsing files in referenced projects when building POT file, allowing multiple po files for application

Open raulvejar opened this issue 12 years ago • 1 comments

A very typical scenario involves putting the model or some other shared classes (like a base controller) in a shared library that then multiple applications can use. In that scenario there are 2 things that would be desirable:

  1. Parse any projects that are depended upon to build their pot files as well
  2. Be able to include more than 1 po file so that the po files for shared projects can be reused as well. An alternative would be to parse depended projects into the single application POT file, but then you'll have replicated strings across the projects that use the shared library

raulvejar avatar Feb 01 '13 17:02 raulvejar

For reference, scenario 2) alternative is now supported in v2 branch by setting multiple paths in the DirectoriesToScan appsetting (semi-colon-delimited).

turquoiseowl avatar May 10 '13 10:05 turquoiseowl