po_editor_downloader 0.2.2 copy "po_editor_downloader: ^0.2.2" to clipboard
po_editor_downloader: ^0.2.2 copied to clipboard

CLI tool for a simple way of updating translations in Flutter from POEditor.

POEditor Downloader #

CLI tool for a simple way of updating translations in Flutter projects from POEditor.


How to install #

flutter pub add dev:po_editor_downloader

How to use #

dart run po_editor_downloader --api_token=key --project_id=id

Parameters #

  • api_token - API token from POEditor
  • project_id - Project ID from POEditor
  • files_path - (optional) Path where you want to save the downloaded files relative to where you run the script. Will default to "lib/l10n/"
  • tags - (optional) Filter results by tags; you can use either a string for a single tag or a JSON array for one or multiple tags
  • filter - (optional) Filter results by 'translated', 'untranslated', 'fuzzy', 'not_fuzzy', 'automatic', 'not_automatic', 'proofread', 'not_proofread' (only available when proofreading is enabled for the project in its settings); you can use either a string for a single filter or a JSON array for one or multiple filter

API Reference #

1
likes
0
points
156
downloads

Publisher

verified publisherteklund.dev

Weekly Downloads

CLI tool for a simple way of updating translations in Flutter from POEditor.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, http

More

Packages that depend on po_editor_downloader