Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dhis2/d2-i18n-extract

dhis21.7kBSD-3-Clause1.0.8

Extract i18n.t translation strings from DHIS2 frontend apps

i18next, i18n, d2

readme

Extract i18n.t translation strings from DHIS2 frontend apps

Install

$> yarn add @dhis2/d2-i18n-extract

Example

$> d2-i18n-extract -p ./src/ -o ./i18n/

Usage

d2-i18n-extract [-h] [-v] [-p PATH] [-o OUTPUT]

Optional arguments:
  -h, --help            Show this help message and exit.
  -v, --version         Show program's version number and exit.
  -p PATH, --path PATH  directory path to recurse and extract i18n.t 
                        translation strings
  -o OUTPUT, --output OUTPUT
                        destination path for en.pot file.