francis94c/Flutter Localization Action using Gemini
Translates a Flutter ARB file to another language using Gemini API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 7, 2026
- License
- MIT
Pinned Snippet
uses: francis94c/flutter-localization-action@2e3207c8de27fd31f6071bbff8f0824769712a2d # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source_file | Path to the source ARB file (English). | yes | — |
| target_file | Path to output translated ARB file. | yes | — |
| target_lang_code | Target language code (e.g., en, es, fr). | yes | — |
| gemini_api_key | Gemini API key | yes | — |
| parallel | Translate multiple languages in parallel (default: false) | no | false |
Outputs
no outputs