Koha/misc/translator
Bernardo Gonzalez Kriegel 99790c6c38
Bug 31292: Untranslatable string in sample_notices.yaml
This patch removes a regex that discard lines in multiline YAML values
On close inspection, there is no need for it.

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

2) check missing string

    egrep "You may pick up your article" po/fr-CA-installer.po

   from sample_notices.yaml

3) apply the patch, repeat 1)

4) repeat 2), verify the string is present in the translation file

5) translate the new string, install the language,
   verify string is present in the translated file
    ./translate install fr-CA

   check fr-CA/mandatory/sample_notices.yml

There are three new strings
msgid "%sDear %s %s,%s"
msgid "%s%s%sTitle: %s"
msgid "%sYou may pick up your article at %s.%sYou can download the scanned materials via the following url(s): %s.%s"

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-08 13:10:56 -03:00
..
po 22.05.00: Fix translations (bis) 2022-05-25 23:56:14 -10:00
LangInstaller.pm Bug 31292: Untranslatable string in sample_notices.yaml 2022-08-08 13:10:56 -03:00
po2json
tmpl_process3.pl Bug 17600: Fix tests 2021-07-16 09:47:01 +02:00
TmplTokenizer.pm
translate
VerboseWarnings.pm Bug 17600: Fix tests 2021-07-16 09:47:01 +02:00
xgettext-installer Bug 31292: Untranslatable string in sample_notices.yaml 2022-08-08 13:10:56 -03:00
xgettext-pref
xgettext-tt2
xgettext.pl Bug 17600: Fix POSIX imports 2021-07-29 14:37:26 +02:00