Localize IOS

Localizes UIKit Views and ViewControllers and SwiftUI Views. Extracts hardcoded text, generates camelCase keys, replaces literals with String(localized:) or LocalizedStringKey, and creates or updates Localizable.xcstrings. Use when: (1) localizing a UIKit or SwiftUI file, (2) extracting hardcoded strings from Swift, (3) adding xcstrings entries. Triggers on: localize, extract strings, add localization, make localizable, xcstrings, localize this view, localize this file. NOT for general Swift tasks unrelated to localization.

ravnhq 1d02836 12 files · 65.8 KB Updated

File contents

ravnhq/ai-toolkit/tree/main/skills/mobile/localize-ios commit 1d02836789

Frequently asked questions

npx skillmds@latest add ravnhq/localize-ios