flutter_loco_translations 2.0.0 copy "flutter_loco_translations: ^2.0.0" to clipboard
flutter_loco_translations: ^2.0.0 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 #

dart run flutter_loco_translations --locales="en,en_CA,no" --asset_alias="flutter" --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)
  • asset_alias -- Asset alias from "localise.biz"
  • 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


4
likes
120
pub points
25%
popularity

Publisher

verified publisherlanars.com

CLI tool for automatic updating translations in flutter projects.

Repository

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

args, http

More

Packages that depend on flutter_loco_translations