flutter_loco_translations 1.0.0+2 flutter_loco_translations: ^1.0.0+2 copied to clipboard
CLI tool for automatic updating translations in flutter projects.
flutter-loco-translations #
CLI tool for automatic updating translations in flutter projects (https://localise.biz/)
Usage #
flutter pub run flutter_loco_translations --locales="en,en_CA,no" --api_key="key" --path="lib/l10n" --filter="!Backend"
Parameters #
- locales -- List of locales you want to load, separated by commas (It is important that your based locale does not have a country code and also locales must be written in this "en_US" format)
- api_key -- API key from "localise.biz"
- path -- Path where you want to save the downloaded files relative to where you run the script
- filter -- Filter assets by comma-separated tag names. Match any tag with * and negate tags by prefixing with
(***API reference (https://localise.biz/api/docs/export/exportlocale)***)