plural form (ngettext)
Bug #420368 reported by
abdullahc
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Keryx |
New
|
Undecided
|
Unassigned |
Bug Description
Hi all,
Some entries of PO file need to be the plural form (I mean the use ngettext instead of gettext) :
_ Plugin(s) have failed to load. This may be due to not having python-wxversion installed.
_ file(s)
_ files? # I'm not sure about this one! check it please.
ex. "file(s)", for arabic need 6 forms instead of 2 for english.
To post a comment you must log in.
Ah, I am not familiar with internationaliz ation or translation support whatsoever. Does this mean we should simply switch gettext to ngettext and that is all that is needed to be done?