localize

Extract static text and synchronize translation files across languages.

4|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/hiyeshu/kyo.is --skill localize-hiyeshu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: localize
Source: https://github.com/hiyeshu/kyo.is/tree/main/.cursor/skills/localize
Command: npx skills add https://github.com/hiyeshu/kyo.is --skill localize-hiyeshu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of localizing applications by extracting hardcoded strings, replacing them with translation keys, and synchronizing multilingual translation files to ensure consistency across languages.

Core Features & Use Cases

  • String Extraction: Automates extracting hardcoded text from source files.
  • Code Integration: Assists in replacing static strings with translation function calls like t().
  • Translation Management: Supports updating translation files and syncing missing keys across languages for international projects.
  • Use Case: Developers localize a React app to support multiple languages, ensuring all UI strings are internationalized systematically.

Quick Start

Use this Skill to extract string literals from your source code and update translation files for a new language.

Frequently Asked Questions about localize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract hardcoded strings for frontend internationalization?

Frontend internationalization extracts hardcoded static text from source files and replaces it with translation key calls to streamline multilingual app localization.

What is the best way to sync missing translation keys across multiple languages?

Syncing missing translation keys across multiple languages updates multilingual files to maintain localization consistency and ensure all UI strings are internationalized.

Can I use this for React app localization to support multiple languages?

React app localization supports multiple languages by systematically extracting UI string literals and updating translation files for new language additions.

What are the limitations of automating software internationalization for static text?

Automating software internationalization extracts static text literals but may require manual review for complex syntax or dynamic string concatenation to ensure proper translation key mapping.