# js-gettext **Repository Path**: mirrors_pladaria/js-gettext ## Basic Information - **Project Name**: js-gettext - **Description**: Fast text extraction from JS sources (js, ts, jsx). Outputs gettext compatible `pot` files or `json` - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # js-gettext Text extraction from JS sources (js, ts, jsx) ## Features * Super fast! * Outputs gettext compatible `pot` files or `json` ## Install npm i --global js-gettext ## Usage ``` Usage: js-gettext [options] Options: -V, --version output the version number -f, --format Output format (pot|json) -s, --singular Singular translate function -p, --plural Plural translate function -i, --ignore Ignore pattern -o, --formatterOptions Formatter options -v, --verbose Verbose mode -h, --help output usage information ```