Today at 5:58, Not Zed wrote:
> We have some values that are in a table, like:
>
> Total messages: xx
> Unread messages: xx
>
> Dobey got carried away and made it an ngettext() thing, which breaks in
> English of course (maybe it's correct in American!).
You can call ngettext() simply using:
Hi,
We have some values that are in a table, like:
Total messages: xx
Unread messages: xx
Dobey got carried away and made it an ngettext() thing, which breaks in
English of course (maybe it's correct in American!). Is it appropriate
to just use the 1 string for a table like this, for other la