Skip to content

Commit a51506c

Browse files
author
joeybloggs
committed
Correct Another Typo
1 parent 8e04ed4 commit a51506c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ NOTE: not all fields are needed for all translation types, see [examples](https:
7676
|locale|The locale for which the translation is for.|
7777
|key|The translation key that will be used to store and lookup each translation; normally it is a string or integer.|
7878
|trans|The actual translation text.|
79-
|type|The type of translation Cardinal, Ordinal, Range or "" for a plain substitution(not required to be defined in plain used)|
80-
|rule|The plural rule for which the translation is for eg. One, Two, Few, Many or Other.(not required to be defined in plain used)|
79+
|type|The type of translation Cardinal, Ordinal, Range or "" for a plain substitution(not required to be defined if plain used)|
80+
|rule|The plural rule for which the translation is for eg. One, Two, Few, Many or Other.(not required to be defined if plain used)|
8181
|override|If you wish to override an existing translation that has already been registered, set this to 'true'. 99% of the time there is no need to define it.|
8282

8383
Help With Tests

0 commit comments

Comments
 (0)