wuchale

Protobuf-like i18n extraction and management from plain code

brewmacoslinux
Try with needOr install directly
Source

About

Protobuf-like i18n from plain code

Commands

wuchale

Examples

Extract translatable strings from source files$ wuchale extract --input src/ --output messages.pot
Generate translation catalogs for a specific language$ wuchale generate --lang es --input messages.pot --output es.po
Validate translation completeness and format$ wuchale validate --input translations/ --schema schema.proto