ConFoo Montreal 2026: Call for Papers

Voting

: zero plus four?
(Example: nine)

The Note You're Voting On

kontakt at somplatzki dot de
18 years ago
It's useful to know how the .po-file has to look like when using ngettext:

msgid "item"
msgid_plural "items"
msgstr[0] "Produkt"
msgstr[1] "Produkte"

In php:

echo ngettext('item', 'items', $number);

<< Back to user notes page

To Top