2.1.1 • Published 3 years ago

react-localized-extractor v2.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

react-localized-extractor

npm

CLI tool extracts the translation messages the from source files and creates translation .po files (merging translations in existing files).

Part of react-localized

Usage

npm i react-localized-extractor
npx react-localized-extractor [options]
react-localized-extractor [options]

Options:
  --version      Show version number                                   [boolean]
  --help         Show help                                             [boolean]
  --locales, -l  List of desired locales (comma separated)   [string] [required]
  --source, -s   Source files pattern
                               [string] [default: "./src/**/*.@(js|ts|jsx|tsx)"]
  --output, -o   Output .po files directory      [string] [default: "./locales"]
  --alias, -a    Function alias                                         [string]
  --save-pot     Should create catalog .pot file in output directory
                                                      [boolean] [default: false]
2.1.1

3 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago