You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Usage: cli [options] [command] Commands: json2pot [options]<src><dest> converts react-intl extracted json to po/pot po2json [options]<src><dest> converts po files to json Options: -h, --help output usage information
Commands usage
json2pot [options] <src> <dest> converts react-intl extracted json to po/pot
Usage: json2pot [options]<src><dest> converts react-intl extracted json to po/pot Options: -h, --help output usage information -p, --pattern [pattern] glob pattern used to find the src files [**/*.json] -d, --use-default<lang> use defaultMessage as msgstr and use<lang> as valuefor Language header field -i, --ignore<patterns> add a pattern or an array of glob patterns to exclude matches --project-id-version [version]set the value of Project-Id-Version header field [my-app 1.0.0] --report-msgid-bugs-to [url]set the value of Report-Msgid-Bugs-to header field [http://myapp.example.com]
po2json [options] <src> <dest> converts po files to json
Usage: po2json [options]<src><dest> converts po files to json Options: -h, --help output usage information -p, --pattern [pattern] glob pattern used to find the src files [**/*.po] --pretty pretty print json -i, --ignore<patterns> add a pattern or an array of glob patterns to exclude matches