Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
add jshint explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed May 27, 2016
1 parent dd20603 commit 13268f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ember-i18n-csv to-js --csv-path=i18n.csv --locales-path=path_to_locales_folder [
```

`--missing-only` means the generated CSV will only contain keys where there is a missing translation in one of the locales
`--jshint-ignore` will put ignore comments in your js files, useful if you lint for single quotes
`--merge` means that any keys present in the CSV will overwrite the ones present in the destination locale files but if the key is not present then the existing key will be kept in place.

###Excel
Expand Down

0 comments on commit 13268f7

Please sign in to comment.