[Koha-devel] JSON templates and translation

2020-07-17 Thread Fridolin SOMERS
Hi, We faced a bug on a JSON template broken by PO translation of the column "borrowernumber" /koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/members_results.tt How could we avoid this ? 1/ Disable translation of JSON templates and JS caller must translate using _(). 2/ Add a way t

Re: [Koha-devel] JSON templates and translation

2020-07-17 Thread Julian Maurice
3/ Build JSON in Perl script/module, and use Koha::I18N's __() for translatable strings. Le 17/07/2020 à 09:51, Fridolin SOMERS a écrit :> Hi, We faced a bug on a JSON template broken by PO translation of the column "borrowernumber" /koha-tmpl/intranet-tmpl/prog/en/modules/members/tables/mem