localize

Extract game strings and validate translations for localization readiness.

10|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill localize-wanghaisheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: localize
Source: https://github.com/wanghaisheng/OpenAgenticGame-Studios/tree/main/refenrece/skills/localize
Command: npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill localize-wanghaisheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex and error-prone process of managing game localization, ensuring consistency and readiness for translation.

Core Features & Use Cases

  • String Extraction: Automatically identifies and extracts user-facing strings from your game's source code.
  • Localization Validation: Checks for hardcoded text, missing keys, and placeholder mismatches in translations.
  • Status Reporting: Provides a clear overview of localization coverage and identifies potential issues.
  • Use Case: Before releasing your game in multiple languages, use this Skill to scan your code for any hardcoded strings that were missed, ensuring all text is ready for professional translation.

Quick Start

Use the localize skill to scan for localization issues in the source code.

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 string extraction and validation?

Automate game localization by scanning source code to extract user-facing strings, validate translations, and detect hardcoded text using glob, grep, and bash file system operations.

What is game localization readiness and how does automated checking work?

Game localization readiness ensures all text is prepared for translation through automated checks that identify missing keys, placeholder mismatches, and hardcoded strings across multiple locales.

Do I need bash and grep to use the localize skill for translation checks?

Yes, the localize skill requires glob, grep, and bash to perform file system operations and text processing for extracting strings and validating translation readiness.

Can I check for hardcoded text and missing translation keys in my game source code?

Yes, you can check for hardcoded text and missing translation keys by running automated validation checks that scan source code files and report localization status.

What's the best way to generate a localization status report for multiple locales?

Generate a localization status report by scanning your game source code to provide a clear overview of translation coverage and identify potential issues across multiple supported locales.