Transifex :: I18n support splitted into two different Potfiles
Jun 30th, 2008 by diegobz
Thinking in an good alternative to handle the Transifex i18n with the database i18n-zed, now, it’s coded to use two different Potfiles for view and data. All strings related with the source code will be stored in the `po/view/` directory and strings coming from database, into the `po/data/`.
It’s needed, because that each Transifex instance set up will have different strings stored in the database, so with a separated Potfile for that, it’s a quite simple way to manage this issue.