skills/willsigmon/sigstack/Localization Helper

Localization Helper

SKILL.md

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

Weekly Installs
0
GitHub Stars
7
First Seen
Jan 1, 1970