FallenMax / a18n

Automated I18n solution for JavaScript/TypeScript/React

Home Page:https://www.npmjs.com/package/a18n

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[CLI] Add `check` command?

FallenMax opened this issue · comments

Proposal

Add a18n check command, that checks:

  1. If not all texts are translated, list untranslated texts and report failure
  2. Provide option to re-parse code and check for un-extracted texts
  3. Provide option to re-parse code and check for un-wrapped texts

Background

This command can be integrated into CI pipeline to check if there are texts missing translation.

Closed by 65def3d and available in 1.3.0