File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ yarn add --dev react-intl-translations-manager
3939or
4040
4141```
42- npm i react-intl-translations-manager -D
42+ npm i --save-dev react-intl-translations-manager
4343```
4444
4545## Setup
@@ -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. (Do not include the default language, react-intl will automatically include it.)
121+ either. (Please 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 ` )
You can’t perform that action at this time.
0 commit comments