Skip to content

Commit

Permalink
Correct npm command name in documentation
Browse files Browse the repository at this point in the history
The `npm run` command `i18n-prune` is actually `prunei18n`.
  • Loading branch information
aidalgol committed Apr 29, 2018
1 parent a8e578f commit c26cde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/translating-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function getColorName(hex) {

1. Edit every occurrence of the string inside `_t()` and `_td()` in the JSX files.
1. Run `npm run i18n` to update `src/i18n/strings/en_EN.json`. (Be sure to run this in the same project as the JSX files you just edited.)
1. Run `npm run i18n-prune` to remove the old string from `src/i18n/strings/*.json`.
1. Run `npm run prunei18n` to remove the old string from `src/i18n/strings/*.json`.

## Adding new strings

Expand Down

0 comments on commit c26cde2

Please sign in to comment.