Hi everyone,

I use GIT as CVS, and I have a master branch aka the "core" with the
main funcionality.

I have also several branches which extend core funcionalities with new
ones. In fact, every single branch is different from its "brothers".
Every branch adds his particular bussiness model to the "core".

The problem is that I need different translation files for each
branch. One for the core, which is inherited in every new branch, and
a different one in every branch.

I'm currently translating the "core" as usual:

/core/i18n/xx/LC_MESSAGES/core.[po|mo]

and I would like to have something like:

(in "children1" branch)
/core/i18n/xx/LC_MESSAGES/core.[po|mo]
/core/i18n/xx/LC_MESSAGES/children1.[po|mo]

(in "children2" branch)
/core/i18n/xx/LC_MESSAGES/core.[po|mo]
/core/i18n/xx/LC_MESSAGES/children2.[po|mo]

etc

**How could I set up TG2 to get translated from several .po|.mo
files???**

Thanks

León

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to