Warning: Can't use blame annotator:
svn blame failed on branches/Highways/languages/plural-en.py: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/branches/Highways/languages/plural-en.py @ 543

Revision 543, 241 bytes checked in by jdalbey, 6 years ago (diff)

Add branch for web2py example application: Highways

  • Property svn:executable set to *
RevLine 
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.