source:
OpenRLabs-Git/web2py/applications/rlabs/languages/plural-en.py
Last change on this file was 42bd667, checked in by , 4 years ago | |
---|---|
|
|
File size: 241 bytes |
Line | |
---|---|
1 | # -*- coding: utf-8 -*- |
2 | { |
3 | 'account': ['accounts'], |
4 | 'book': ['books'], |
5 | 'is': ['are'], |
6 | 'man': ['men'], |
7 | 'miss': ['misses'], |
8 | 'person': ['people'], |
9 | 'quark': ['quarks'], |
10 | 'shop': ['shops'], |
11 | 'this': ['these'], |
12 | 'was': ['were'], |
13 | 'woman': ['women'], |
14 | } |
Note: See TracBrowser
for help on using the repository browser.