Skip to content

Commit

Permalink
chore(doc): hotfix README typo (i18n / l10n task / script name)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Aug 19, 2019
1 parent f71d66e commit eb75a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ https://github.com/readium/readium-desktop/tree/develop/src/resources/locales

* `npm run i18n-sort` => ensure locales JSON files are "canonical" (sorted keys, consistent indentation and last-line-break syntax)
* `npm run i18n-scan` => ensure locales JSON files have no missing keys and redundant/unused keys (this comnmand scans the source code for well-known `i18next` usage patterns)
* `npm run i18n-scan` => rebuilds the TypeScript types for the locales JSON files (which enables static compiler checks)
* `npm run i18n-typed` => rebuilds the TypeScript types for the locales JSON files (which enables static compiler checks)

0 comments on commit eb75a00

Please sign in to comment.