Localize banner
thebirthdaygirl thebirthdaygirl

Localize

Development community

Description

Convert all hardcoded user-facing strings in the specified file to localization ARB entries and apply the changes immediately. Target file: $ARGUMENTS (if not provided, use the currently open file) Delegate to the Localization Agent. --- ## Step 1 — Check l10n setup Before touching any strings, verify localization is configured: Check `pubspec.yaml` for: ```yaml dependencies: flutter_localizations: sdk: flutter intl: any flutter: generate: true ``` Check that `l10n.yaml` exists

Installation

Installs to ~/.claude/commands/thebirthdaygirl-flutter-factory-localize.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/thebirthdaygirl/flutter-factory/HEAD/.claude/commands/localize.md -o ~/.claude/commands/thebirthdaygirl-flutter-factory-localize.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository