Nikolai Prokoschenko wrote: > Could someone remind me, what is needed to provide plural > forms in an app?
It should mostly be covered in this chapter of the GNU Gettext manual: http://www.gnu.org/software/gettext/manual/html_chapter/gettext_10.html The basic trick is to use the function "ngettext" instead of the function "gettext". Jacob -- My brain needs a "back" button so I can remember where I left my coffee mug.