Agent Skills: Localization Helper

Find hardcoded strings in Leavn app, add I18n.str() calls, create localization keys for all 6 supported languages (en, es, de, zh-Hans, ar, he)

UncategorizedID: willsigmon/sigstack/localization-helper

Install this agent skill to your local

pnpm dlx add-skill https://github.com/willsigmon/sigstack/tree/HEAD/plugins/app-dev/skills/localization-helper

Skill Files

Browse the full folder contents for localization-helper.

Download Skill

Loading file tree…

plugins/app-dev/skills/localization-helper/SKILL.md

Skill Metadata

Name
Localization Helper
Description
Find hardcoded strings in Leavn app, add I18n.str() calls, create localization keys for all 6 supported languages (en, es, de, zh-Hans, ar, he)

Localization Helper

Replace hardcoded Text() strings with I18n pattern for 6 languages.

Pattern:

// BEFORE
Text("Verse of the Day")

// AFTER
Text(I18n.str("widget.verseOfDay", default: "Verse of the Day"))

Add keys to: LeavnApp/Sources/Resources/{lang}.lproj/Localizable.strings

Use when: Hardcoded strings found, adding UI text, widget/ChatterboxKit localization