Hello,
I have noticed that some people are having troubles to submit the PO files to SG doc on Tx. As far as I could understand, it seems to be due the fact that you are trying to upload to the target 'po/<LANG>.po' That project doesn't have a po/ directory. You should commit the PO files in the root of the repo. So the correct target is '<LANG>.po' I just committed a pt_BR.po to serve as an example.
Anyway, we are working to make that clear in the future.
Regards
On Thu, Apr 30, 2009 at 07:50:59AM -0300, Diego Búrigo Zacarão wrote:
Hello,
I have noticed that some people are having troubles to submit the PO files to SG doc on Tx. As far as I could understand, it seems to be due the fact that you are trying to upload to the target 'po/<LANG>.po' That project doesn't have a po/ directory. You should commit the PO files in the root of the repo. So the correct target is '<LANG>.po' I just committed a pt_BR.po to serve as an example.
Anyway, we are working to make that clear in the future.
What's the logic that Tx uses to figure out where to look for PO files in this case? Just curious.
Hello,
On Thu, Apr 30, 2009 at 9:48 AM, Paul W. Frields stickster@gmail.comwrote:
What's the logic that Tx uses to figure out where to look for PO files in this case? Just curious.
Tx searches for all the PO files that match with the component. filefilter. The filefilter before as '.*' and it means that it was accepting everything. I just changed it to '[^/]+' that will allow only create stats and submit translations for files in the root of the repo.
https://translate.fedoraproject.org/tx/projects/docs-security-guide/trunk/
2009/4/30 Diego Búrigo Zacarão diegobz@gmail.com:
Tx searches for all the PO files that match with the component. filefilter. The filefilter before as '.*' and it means that it was accepting everything. I just changed it to '[^/]+' that will allow only create stats and submit translations for files in the root of the repo.
https://translate.fedoraproject.org/tx/projects/docs-security-guide/trunk/
So, do I need to move anything or is it okay, now?
Eric
On Thu, Apr 30, 2009 at 10:10 AM, Eric Christensen <eric@christensenplace.us
wrote:
So, do I need to move anything or is it okay, now?
It's ok. ;)
On Thu, Apr 30, 2009 at 10:12:31AM -0300, Diego Búrigo Zacarão wrote:
On Thu, Apr 30, 2009 at 10:10 AM, Eric Christensen eric@christensenplace.us wrote:
So, do I need to move anything or is it okay, now?
It's ok. ;)
Thanks for the explanation and the assistance, Diego!