> Since [1], it is possible to forge a po file that will overide 
> translations. You must just reuse the same line as in original po file 
> but prefix ressource ID by the module name + '.'. 
>
> [1] http://hg.tryton.org/trytond/rev/62615d5dba33 
>
>

Could you clarify this with an example.

I have something like this:

msgctxt "model:ir.action,name:act_psc_form1"
msgid "PSC"
msgstr "LSP"

and I have a module named custom, should I write:


msgctxt "model:ir.action,name:.custom.act_psc_form1"
msgid "PSC"
msgstr "LSP"

?

should I add the resource to my module too?


thanks.

Reply via email to