Protobuf-like i18n extraction and management from plain code
Protobuf-like i18n from plain code
wuchale$ wuchale extract --input src/ --output messages.pot$ wuchale generate --lang es --input messages.pot --output es.po$ wuchale validate --input translations/ --schema schema.proto