poe2arb-workflow

Installation
SKILL.md

POEditor and poe2arb Workflow

Keep the localization workflow aligned with the shared localization rules.

What to keep true

  • Keep translations in package-specific app_<language_code>.arb files.
  • Never hardcode translations.
  • Use translations only in the presentation layer, inside widgets.
  • Access translations as final s = l10n(context);
  • If other layers need localized text, map message models to localized values in the presentation layer.

Workflow when adding translations

  1. Add the required translation to all relevant app_<language_code>.arb files.
  2. Run flutter gen-l10n.
  3. Run poe2arb seed to upload the added translation to POEditor.

Output expectations

Installs
9
First Seen
May 18, 2026
poe2arb-workflow — leancodepl/ai-plugins