diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-29 22:04:03 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2017-09-29 22:04:03 -0700 |
| commit | e2bbbfe1611f12b33692af175d661fa25b2cc616 (patch) | |
| tree | 1554068e8702612cbd86c4898059babe6b3e96dd /lib/plurals.nom | |
| parent | 723a4c38710e24ef82c2142d126e6cec48091494 (diff) | |
More stuff is working more better.
Diffstat (limited to 'lib/plurals.nom')
| -rw-r--r-- | lib/plurals.nom | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/plurals.nom b/lib/plurals.nom index 9df4060..d0cbcf0 100644 --- a/lib/plurals.nom +++ b/lib/plurals.nom @@ -18,18 +18,18 @@ with secrets: | return key |end}) - rule [the plural of %singular is %plural] =: + rule (the plural of %singular is %plural) =: (secret %plurals)->%singular =: %plural (secret %singulars)->%plural =: %singular (secret %canonicals)->%plural =: %singular - rule [singular %plural] =: + rule (singular %plural) =: %plural in (secret %singulars) - rule [plural %singular] =: + rule (plural %singular) =: %singular in (secret %plurals) - rule [canonicalize %item-name] =: + rule (canonicalize %item-name) =: %item-name in (secret %canonicals) - rule [rules that change plurals] =: ["the plural of % is %"] + rule (rules that change plurals) =: ["the plural of % is %"] |
