https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395

--- Comment #98 from Julian Maurice <julian.maur...@biblibre.com> ---
Hi Jonathan, and thanks for testing.

There are several problems here:
- You must not modify msgid_plural in the PO file, it's a string identifier
just like msgid.
- According to
https://localization-guide.readthedocs.io/en/latest/l10n/pluralforms.html
Spanish has 2 "plural forms" (one of which is the singular form), so msgstr[0]
should contain the singular form and msgstr[1] the plural form.
- Locale::Messages does export setlocale but only since version 1.24. It should
be ok since Ubuntu xenial/16.04 and Debian stretch/stable. Which version of
this package are you using ?
- bug 21156 is not needed here. Please don't apply it.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to