source:
tmcsimulator/branches/Highways/languages/plural-en.py
@
543
| Revision 543, 241 bytes checked in by jdalbey, 6 years ago (diff) | |
|---|---|
|
|
| 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.
