View Single Post
JosefA's Avatar
Posts: 71 | Thanked: 54 times | Joined on Oct 2009
#102
Originally Posted by conny View Post

Some things I noticed:

- The file was named 'conboy.pot' which is the name of the template. It should have been 'ar.po' instead. I also fixed that, though it makes me wonder what would have happened if transifex would already directly commit to SVN. It looks like it would have overwritten the template file. Surely something that should not happen. IŽll test this again once the direct SVN committing is in place.
A very valid concern. I see there's a setting called "File filter" which I assume you can edit. If that's a simple matter of a regex then you can guard against .pot file uploads. Maybe something like po/.+\.po$

Important since transifex is a lot less attractive in my eyes if one has to wait on a puny human (i.e. not integrated to VCS) to see updated translation stats.