[zanata-users] Can a project have more than one pot file, and use the python client?

Bryan Kearney bkearney at redhat.com
Thu Apr 11 12:55:54 UTC 2013


On 04/10/2013 08:37 PM, Ding Yi Chen wrote:
>
>
> ----- Original Message -----
>> I would like to create a project in zanata which has 3 source pot files.
>> I would like them to come from separate project. So, assume the zanata
>> project:
>>
>> "Dudes"
>>
>> which as the pot files:
>>
>> Bob.pot
>> Fred.pot
>> George.pot
>>
>> I can do this through the web ui. However, when using the python client
>> I get:
>> ...........
>> Is there a way to support this model from the python client?
>>
>> -- bk
>>
>
> You may push multiple pot files with project type "podir".
> That is, your directory structure would be like:
>
> pot/
>    Bob.pot
>    Fred.pot
>    George.pot
>
> es/
>    Bob.po
>    Fred.po
>    George.po
>
> de/
>    Bob.po
>    Fred.po
>    George.po
>
> ja/
>    Bob.po
>    Fred.po
>    George.po
>
> Multiple pot files are not supported in gettext (Software translation) though.
> That's because the output file name is .po, there is no way to tell
> which pot files are these po files for.
>
ok.. I will put in an RFE then, I would like Bob, Fred, and George to be 
from unique source trees.
-- bk




More information about the zanata-users mailing list