fixed path find for pluralization rules

This commit is contained in:
mdipierro
2012-08-30 14:54:40 -05:00
parent 25f349a3a9
commit ec92b8fff1
5 changed files with 11 additions and 3 deletions
@@ -4,6 +4,7 @@
'!langname!': 'English (US)',
'%s %%(shop)': '%s %%(shop)',
'%s %%(shop[0])': '%s %%(shop[0])',
'%s %%{quark[0]}': '%s %%{quark[0]}',
'%s %%{shop[0]}': '%s %%{shop[0]}',
'%s %%{shop}': '%s %%{shop}',
'%Y-%m-%d': '%Y-%m-%d',
@@ -6,6 +6,7 @@
'is': ['are'],
'man': ['men'],
'person': ['people'],
'quark': ['quarks'],
'shop': ['shops'],
'this': ['these'],
'was': ['were'],