一键导入
loco
Manage localization keys in Localise.biz and download the latest .xcstrings catalog. Use when updating localized strings or refreshing translation files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage localization keys in Localise.biz and download the latest .xcstrings catalog. Use when updating localized strings or refreshing translation files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Track build processing, find latest builds, and clean up old builds with asc. Use when managing build retention or waiting on processing.
Guidance for using the App Store Connect CLI in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
Resolve App Store Connect IDs (apps, builds, versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
Sync and validate App Store metadata and localizations with asc, including Fastlane format migration. Use when updating metadata or translations.
End-to-end release workflows for TestFlight and App Store using asc publish, builds, versions, and submit commands. Use when asked to upload a build, distribute to TestFlight, or submit to App Store.
Preflight App Store submissions, submit builds, and monitor review status with asc. Use when shipping or troubleshooting review submissions.
| name | loco |
| description | Manage localization keys in Localise.biz and download the latest .xcstrings catalog. Use when updating localized strings or refreshing translation files. |
| compatibility | Requires curl and internet access to localise.biz. |
Use this skill when you need to:
languages.conf).xcstrings catalog into the projectcurl is available (ships with macOS).LOCO_API_KEY and LOCO_EXPORT_KEY are set (via .env or environment).Run:
.agents/skills/loco/scripts/add-localization-key "section.key_name" --ru "Текст" --en "Text" --ar "نص" --tr "Metin"
The source language flag (first language in languages.conf) is required. Other languages are optional.
Behavior:
When a key needs singular ("one") and plural ("other") forms, use the --plural flag along with --{locale}-other arguments:
.agents/skills/loco/scripts/add-localization-key "section.item_count" --plural \
--ru "%d элемент" --ru-other "%d элементов" \
--en "%d item" --en-other "%d items"
Behavior:
{key}_other via Loco's plural API--*-other flag is required when --plural is set; other locales are optionalRun:
.agents/skills/loco/scripts/download-localizations --resources-dir "path/to/Resources"
Behavior:
.xcstrings catalog (single JSON file with all locales, including plurals)Localizable.xcstrings in the specified resources directoryRun:
.agents/skills/loco/scripts/delete-localization-key "section.obsolete_key"
Behavior:
scripts/add-localization-key..xcstrings catalog with scripts/download-localizations.git status and git diff before committing.languages.conf — supported languages (source language first)scripts/add-localization-keyscripts/download-localizationsscripts/postprocess-xcstringsscripts/delete-localization-key