Koha/misc/translator
Bernardo Gonzalez Kriegel 160d96e176
Bug 28707: Translate RECEIPT notice
There is a badly crafted regex used when extracting
strings in multiline fields in yaml files
The regex is my own, introduced in Bug 24262, sorry.

This patch correct it a little. Better eyes are welcome.

To test:
1) go to misc translator, update some language
    ./translate update fr-CA

2) check missing strings

    egrep "Total out|Operator ID|August 31" po/fr-CA-installer.po

   first two are from sample notices, third from sample creator data

3) apply the patch, repeat 1)

4) repeat 2), verify the strings are present in the translation file

5) translate some of the new strings, install the language,
   verify strings are present in the translated files
    ./translate install fr-CA
   check fr-CA/optional/sample_creator_data.yml and
   fr-CA/mandatory/sample_notices.yml

There are some 60+ new strings.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-08-01 09:06:03 -03:00
..
po 22.05.00: Fix translations (bis) 2022-05-25 23:56:14 -10:00
LangInstaller.pm Bug 28707: Translate RECEIPT notice 2022-08-01 09:06:03 -03:00
po2json Bug 25898: Prohibit indirect object notation 2020-10-15 12:56:30 +02:00
tmpl_process3.pl Bug 17600: Fix tests 2021-07-16 09:47:01 +02:00
TmplTokenizer.pm Bug 17600: Standardize our EXPORT_OK 2021-07-16 08:58:47 +02:00
translate Bug 25067: Move PO file manipulation code into gulp tasks 2020-11-06 09:46:11 +01:00
VerboseWarnings.pm Bug 17600: Fix tests 2021-07-16 09:47:01 +02:00
xgettext-installer Bug 28707: Translate RECEIPT notice 2022-08-01 09:06:03 -03:00
xgettext-pref Bug 28154: Fix encoding issues on Koha-pref.pot 2021-04-16 13:53:54 +02:00
xgettext-tt2 Bug 25067: Move PO file manipulation code into gulp tasks 2020-11-06 09:46:11 +01:00
xgettext.pl Bug 17600: Fix POSIX imports 2021-07-29 14:37:26 +02:00