Agent skill

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)

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/localization-helper

SKILL.md

Localization Helper

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

Pattern:

swift
// 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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results