Polish Plural-forms

Bug #1260040 reported by Eliovir
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Enlightenment
Fix Released
High
Eliovir

Bug Description

Seen at http://bazaar.launchpad.net/~e17-users/enlightenment/l10n-import/view/head:/desktop/pl.po

"Plural-Forms: nplurals=2; plural=(n!=1);\n"

whereas it should be

nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);

according to http://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html

So, update-e17-l10n-from-desktop.py must be enhanced.

Related branches

Eliovir (eliovir)
Changed in enlightenment:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.