[GNC-dev] translating python - how to generate pot file?
c.holtermann at gmx.de
c.holtermann at gmx.de
Sun Mar 1 01:31:33 EST 2020
Hello John,
I'm on debian buster.
make pot
leads to
make: *** Keine Regel, um „pot“ zu erstellen. Schluss.
or
LANG=en_US.utf8
make pot
make: *** No rule to make target 'pot'. Stop.
or using ninja:
make ninja
ninja: error: unknown target 'pot', did you mean 'foo'?
make pot on branch 3.8 works as I just found out. Cherry-picking my
modifications from PR 655 and make pot works as well. pot file gets
generated and the python strings get included.
regards,
Christoph Holtermann
Am 2020-03-01 06:13, schrieb John Ralls:
> Christoph,
>
> Please post the output of `make pot` or `ninja pot` and remind us what
> OS you're building on.
>
> Regards,
> John Ralls
>
>> On Feb 29, 2020, at 2:49 PM, c.holtermann at gmx.de wrote:
>>
>> Hello,
>>
>> I got stuck trying to implement the python translations. I have
>> cleaned
>> up the PR: https://github.com/Gnucash/gnucash/pull/655
>>
>> I'd like to add some translations but I don't manage to get that done.
>> It seems to me that the next step would be creating the pot file.
>>
>> There is documentation
>> (https://wiki.gnucash.org/wiki/Translation#Get_a_fresh_template)
>> telling me to
>>
>> make pot
>>
>> but I can't get that to work. Make or ninja tell me that there is no
>> rule for
>> po/gnucash.pot
>> What preconditions are needed to create the pot file?
>>
>> regards,
>>
>> Christoph
>> _______________________________________________
>> gnucash-devel mailing list
>> gnucash-devel at gnucash.org
>> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
More information about the gnucash-devel
mailing list