To: Fedora Translation Project List <fedora-trans-list redhat com>, For participants of the Documentation Project <fedora-docs-list redhat com>
Cc:
Subject: Re: Security Guide Doc on Transifex
Date: Thu, 30 Apr 2009 09:59:19 -0300
Hello,
On Thu, Apr 30, 2009 at 9:48 AM, Paul W. Frields <stickster gmail com> wrote:
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.