Skip to content

Commit e026f43

Browse files
authored
Added note about not including default language
Added a note about not including including the default language to the languages parameter. `(Do not include the default language, react-intl will automatically include it.)`
1 parent 7ada838 commit e026f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ these messages.
118118
- `languages` (optional, default: `[]`)
119119
- What languages the translation manager needs to maintain. Specifying no
120120
languages actually doesn't make sense, but won't break the translationManager
121-
either.
121+
either. (Do not include the default language, react-intl will automatically include it.)
122122
- example: for `['nl', 'fr']` the translation manager will maintain a
123123
`nl.json`, `fr.json`, `whitelist_nl.json` and a `whitelist_fr.json` file
124124
- `singleMessagesFile` (optional, default: `false`)

0 commit comments

Comments
 (0)