Koha/misc/translator
Bernardo Gonzalez Kriegel 7657163d8f
Bug 23452: Multiple select options in system preferences are not translatable
Translate script ignores multiple options in system preferences,
this patch fix that.

To test:
1) Apply the patch
2) Go to misc/translator
cd misc/translator
3) Update your preferred language
perl translate update xx-YY
4) Updated pref file must contain new strings, eg.
egrep "when cataloguing an item" po/xx-YY-pref.po
5) Edit & translate that string
6) Install the updated translation
perl translate install xx-YY
7) Check that the translated pref file has
a) multiple options present
b) the message from 5) is translated
see for example circulation.pref
en: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
xx: koha-tmpl/intranet-tmpl/prog/xx-YY/modules/admin/preferences/circulation.pref

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-11-26 11:45:41 +00:00
..
po Translation updates for Koha 19.05.00 2019-05-30 10:28:33 -03:00
LangInstaller.pm Bug 23452: Multiple select options in system preferences are not translatable 2019-11-26 11:45:41 +00:00
tmpl_process3.pl Bug 10492: Translation problems with TT directives in po files 2019-08-05 11:32:49 +01:00
TmplTokenizer.pm Bug 21481: (QA follow-up) Remove last reference to text-extract2 2018-10-05 15:03:18 +00:00
translate Bug 21480: misc/translator/translate does not work with perl 5.26 2018-10-03 17:33:37 +00:00
VerboseWarnings.pm Bug 16011: $VERSION - Remove the $VERSION init 2016-03-24 17:20:28 +00:00
xgettext.pl Bug 10492: Translation problems with TT directives in po files 2019-08-05 11:32:49 +01:00