[Koha-bugs] [Bug 15395] Internationalization: plural forms, context, and more

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 23 19:51:47 CEST 2018


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

--- Comment #98 from Julian Maurice <julian.maurice at 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.


More information about the Koha-bugs mailing list