]> git.koha-community.org Git - koha.git/commit
Bug 38492: Update occurrences of _() to __()
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Wed, 20 Nov 2024 10:40:54 +0000 (10:40 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Wed, 20 Nov 2024 13:01:50 +0000 (14:01 +0100)
commit459be649761eec12998a7ba2d5fb1ba73e426cf3
tree20a45b58baa0b726bf93d5a2424c98317b757ea5
parentd2a6c4673b66984583699c9ea0fec0eda5460766
Bug 38492: Update occurrences of _() to __()

Test plan, ktd:
1) Generate translation files
$ gulp po:update --lang de-DE
2) Verify that strings using _() do not exist on the pot file:
$ cat -n misc/translator/Koha-messages-js.pot | grep "Copied!"
$ cat -n misc/translator/Koha-messages-js.pot | grep "Form not submitted because of the following problem"
$ cat -n misc/translator/Koha-messages-js.pot | grep "No matches found"
3) Apply patch. Repeat test plan.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/js/additem.js
koha-tmpl/intranet-tmpl/prog/js/categories.js
koha-tmpl/intranet-tmpl/prog/js/checkouts.js
koha-tmpl/intranet-tmpl/prog/js/datatables.js
koha-tmpl/intranet-tmpl/prog/js/pages/circulation.js
koha-tmpl/intranet-tmpl/prog/js/upload-images.js