Skip to content

Commit

Permalink
Fix typos in react-intl integration docs (kriasoft#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandan Rai authored and frenzzy committed Feb 10, 2017
1 parent c47984d commit 0287771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/recipes/how-to-integrate-react-intl.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ export default injectIntl(Example);
When running the development server, every source file is watched and parsed for changed messages.

Messages files are updated on the fly.
If a new definition is found, this definition is added to the end of every used `src/messages/xx-XX.json` file so when commiting, new translations will be at the tail of file.
If a new definition is found, this definition is added to the end of every used `src/messages/xx-XX.json` file so when committing, new translations will be at the tail of file.

When an untranslated message is removed and its `message` field is empty as well, the message will be deleted from all translation files. This is why the `files` array is present.

When editiong a translation file, it should be copied to `build/messages/` directory.
When editing a translation file, it should be copied to `build/messages/` directory.

### Other References

Expand Down

0 comments on commit 0287771

Please sign in to comment.