Files
web2py/applications/welcome/languages/plural-en.py
T
Vinyl Darkscratch 9263f8c4c3 Fixed test errors
Cleaned the damage caused by a faulty script run that created a test
error as described in
https://travis-ci.org/web2py/web2py/builds/158680015
2016-09-10 22:06:14 -07:00

15 lines
241 B
Python
Executable File

# -*- coding: utf-8 -*-
{
'account': ['accounts'],
'book': ['books'],
'is': ['are'],
'man': ['men'],
'miss': ['misses'],
'person': ['people'],
'quark': ['quarks'],
'shop': ['shops'],
'this': ['these'],
'was': ['were'],
'woman': ['women'],
}