Skip to content

su3/xc-localization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

xc-localization

A Claude Code skill for efficient Xcode project localization.

Overview

This skill handles .xcstrings file localization for Xcode projects. It uses a token-efficient workflow that extracts only untranslated entries rather than reading entire files into context.

Installation

Copy the skill directory into Claude Code's skills folder.

Global (all projects):

cp -r xc-localization ~/.claude/skills/

Project-level (current project only):

cp -r xc-localization .claude/skills/

Usage

Once installed, the skill triggers automatically when you mention:

  • Localization or internationalization (i18n)
  • .xcstrings files
  • Adding new languages to Xcode projects
  • Translating missing strings
  • Localization coverage audits

Example Prompts

  • "Add Japanese localization to my Xcode project"
  • "Translate the missing strings in Localizable.xcstrings to Korean"
  • "How many untranslated keys do I have in InfoPlist.xcstrings for French?"
  • "Update the Chinese translations that are marked for review"

Requirements

  • Python 3.6+ (no external dependencies)

About

A Claude Code skill for efficient Xcode project localization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages