Last active
November 16, 2019 20:26
-
-
Save theodesp/73e032bc057d7ccf914e5defbadea0fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm run extract | |
> [email protected] extract /Users/itspare/WebstormProjects/react-i18n-libraries | |
> lingui extract | |
Catalog statistics: | |
┌─────────────┬─────────────┬─────────┐ | |
│ Language │ Total count │ Missing │ | |
├─────────────┼─────────────┼─────────┤ | |
│ el │ 7 │ 7 │ | |
│ en (source) │ 7 │ - │ | |
└─────────────┴─────────────┴─────────┘ | |
(use "npm run add-locale <locale>" to add more locales) | |
(use "npm run extract" to update catalogs with new messages) | |
(use "npm run compile" to compile catalogs for production) | |
$ npm run compile | |
> lingui compile | |
Compiling message catalogs… | |
Done! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment