localization

Translate markdown documents into specified locales and organize them into locale-specific subdirectories.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/pingqLIN/skill-0 --skill localization-pingqlin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: localization
Source: https://github.com/pingqLIN/skill-0/tree/main/converted-skills/localization
Command: npx skills add https://github.com/pingqLIN/skill-0 --skill localization-pingqlin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of localizing markdown documents into various locales, ensuring consistency and completeness across different language versions.

Core Features & Use Cases

  • Automated Localization: Translates all sections and paragraphs of markdown documents.
  • Locale Management: Organizes localized documents under specific locale directories (e.g., localization/en-us).
  • Use Case: You have a technical manual in English and need to provide localized versions for French (France) and Japanese (Japan) users. This Skill can handle the translation and file organization.

Quick Start

Localize all markdown documents in the current directory to the 'fr-ca' locale.

Frequently Asked Questions about localization

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

FAQPage Schema
How do I translate markdown documents into multiple locales automatically?

Markdown localization translates all sections and paragraphs of your documents into specified locales. It organizes translated files into locale-specific subdirectories following ISO 639-1 and ISO 3166 standards for consistent internationalization.

What is the best way to internationalize a technical manual for different language versions?

Internationalizing a technical manual is best handled by automating markdown localization to translate content for different locales. The process ensures all text is translated while maintaining original image links and updating internal document links to their localized versions.

How does markdown localization handle internal document links and image links?

Markdown localization maintains all original image links exactly as they are in the source files. It automatically updates internal document links to point to the corresponding localized versions in the new locale-specific subdirectories.

Can I organize translated markdown files into specific locale directories like fr-ca?

Yes, you can organize translated markdown files into specific locale directories like fr-ca. The localization process creates and structures these files under locale-specific subdirectories compliant with ISO 639-1 and ISO 3166 standards.

Do I need any external translation dependencies to localize markdown files?

No external translation dependencies are required to localize markdown files. The localization process operates independently using its internal scripts to translate all sections and paragraphs into the target locale.