Re: [tryton-dev] How to clean duplicate translations from po files - v2.9 required-

2013-10-03 Thread Cédric Krier
On 03/10/13 11:07 +0200, Cédric Krier wrote: > So it is the new slovenian language the guilty. Normally, it is fixed with: http://hg.tryton.org/modules/account/rev/9a6602431007 http://hg.tryton.org/modules/account_invoice/rev/61a7d2d973e0 -- Cédric Krier B2CK SPRL Rue de Rotterdam, 4 4

Re: [tryton-dev] How to clean duplicate translations from po files - v2.9 required-

2013-10-03 Thread Raimon Esteve
>> So it is the new slovenian language the guilty. Confirmed slovenian translations. Need to remove duplications.

Re: [tryton-dev] How to clean duplicate translations from po files - v2.9 required-

2013-10-03 Thread Raimon Esteve
> So it is the new slovenian language the guilty. Ok. this message we don't know language, module or string (_sql_constraints) I try not install slovenian demo to test it. langs = Lang.find(['code', '!=', 'sl_SI'])

Re: [tryton-dev] How to clean duplicate translations from po files - v2.9 required-

2013-10-03 Thread Cédric Krier
On 03/10/13 10:14 +0200, Raimon Esteve wrote: > > I don't understand what you say. > > When run tryton_demo.py I get error "Translation must be unique". I > understand when run here (1) I get this error because po files are > duplicated strings. So here the error message you were not able to give

Re: [tryton-dev] How to clean duplicate translations from po files - v2.9 required-

2013-10-03 Thread Raimon Esteve
> I don't understand what you say. When run tryton_demo.py I get error "Translation must be unique". I understand when run here (1) I get this error because po files are duplicated strings. (1) http://hg.tryton.org/tryton-tools/file/4ea8a5375198/tryton_demo.py#l444

Re: [tryton-dev] How to clean duplicate translations from po files - v2.9 required-

2013-10-03 Thread Cédric Krier
On 03/10/13 10:01 +0200, Raimon Esteve wrote: > Hello, > > Translations in v2.9 are not duplicated (1) (2). Nice. > > I understand when do new instalations in 2.9 and use modules from 2.8, > we need to clean po files and remove duplication strings. Isn't it? I don't understand what you say. > I

[tryton-dev] How to clean duplicate translations from po files - v2.9 required-

2013-10-03 Thread Raimon Esteve
Hello, Translations in v2.9 are not duplicated (1) (2). Nice. I understand when do new instalations in 2.9 and use modules from 2.8, we need to clean po files and remove duplication strings. Isn't it? I try tryton demo script and v2.9 and I get error message "Translations must be unique" because