localize

Automate game localization by scanning hardcoded strings and managing translation resources.

Updated May 24, 2026
One-click install
npx skills add https://github.com/LeKay/ai-game --skill localize-lekay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: localize
Source: https://github.com/LeKay/ai-game/tree/main/.claude/skills/localize
Command: npx skills add https://github.com/LeKay/ai-game --skill localize-lekay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill manages the full localization process for game development, addressing hardcoded strings, string table management, cultural review, and voice-over localization, thus ensuring games feel native in any language.

Core Features & Use Cases

  • Scan for Hardcoded Strings: Identifies and reports hardcoded strings that need to be localized.
  • Extract String Tables: Automatically generates string tables from source code for translation.
  • Validate Translations: Ensures translations meet requirements regarding completeness and format.
  • Generate Translator Briefs: Provides comprehensive documents for translation teams.
  • Cultural Review: Reviews content for cultural appropriateness and sensitivity.
  • Voice-Over Localization: Manages the localization process for voice-over audio.

Quick Start

To begin, scan for hardcoded strings using 'localize scan' in the context of your project.

Frequently Asked Questions about localize

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

FAQPage Schema
How do I automate game localization and detect hardcoded strings in my project?

You can automate game localization by running a scan command to detect hardcoded strings in your source code. The tool identifies and reports these strings, allowing you to extract them into manageable string tables for translation.

What is the best way to generate translator briefs for multilingual game development?

The best way to generate translator briefs is to use an automated localization management process. It automatically creates comprehensive documents providing context for your translation teams, ensuring accurate and culturally appropriate multilingual translations.

How do I validate translations for completeness and correct format in game development?

You validate translations by applying an automated localization review process. The system checks extracted string tables against requirements to ensure translations meet completeness and formatting constraints before integration into the game.

Can I manage voice-over localization pipelines and cultural review for game development tools?

Yes, you can manage voice-over localization pipelines and conduct cultural reviews. The localization process handles voice-over audio localization while reviewing content for cultural appropriateness and sensitivity to ensure games feel native.

Does game localization automation require external services interaction and command execution?

Yes, game localization automation requires external services interaction and command execution. The process orchestrates Python scripts to read and write files, manage translation resources, and execute commands for tasks like extracting string tables.