Hi devs,

Since there os nu dutch pluralization in web2py yet and the admin page 
shows this kinda like a problem, I wanted to give you feeback on it.
Just copy the German *de.py* to *nl.py* and replace

# Plural-Forms for de (Deutsch)
nplurals=2  # German language has 2 forms:
            # 1 singular and 1 plural*
*
with

# Plural-Forms for nl (Nederlands)
nplurals=2  # Dutch language has 2 forms:
            # 1 singular and 1 plural*
*
and you're fine. The rest is identical.

Cheers,
Roald

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to