translate

Manages and updates application translations across multiple languages with validation checks.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/aigars-stg/stg-mvp --skill translate-aigars-stg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate
Source: https://github.com/aigars-stg/stg-mvp/tree/main/.claude/skills/translate
Command: npx skills add https://github.com/aigars-stg/stg-mvp --skill translate-aigars-stg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of managing and updating translations for your application across multiple languages, ensuring consistent and accurate localization.

Core Features & Use Cases

  • Translation Management: Add new translations or update existing ones for supported languages.
  • Brand Voice Consistency: Adheres to specific brand voice guidelines for each language.
  • Use Case: When launching in a new market, use this Skill to add Latvian translations for all user-facing strings, ensuring the tone is formal and community-focused as per the brand guidelines.

Quick Start

Use the translate skill to add new English translations for the provided keys.

Frequently Asked Questions about translate

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

FAQPage Schema
How do I manage and update application translations across multiple languages?

Application translations are managed by adding new translations or updating existing ones across multiple supported languages. This process ensures consistent localization and adherence to specific brand voice guidelines for each language.

How does localization validation check for matching keys and valid JSON syntax?

Localization validation checks translation integrity by verifying matching keys and valid JSON syntax. This mechanism ensures your application locale files remain structurally sound and functionally accurate.

Can I add Latvian, Lithuanian, and Estonian translations while maintaining brand voice consistency?

You can add Latvian, Lithuanian, and Estonian translations while maintaining brand voice consistency. The system adheres to specific brand voice guidelines for each supported language during the translation process.

How do I localize app text content for a new market launch?

To localize app text content for a new market, add translations for all user-facing strings in the target language. This ensures the tone matches your brand guidelines, such as being formal and community-focused.

What is the best way to update existing English translations for provided keys?

The best way to update existing English translations is to provide the required keys to the translation manager. It updates the application locales while validating the translation integrity of the new content.

Why does internationalization require checking for matching keys and valid JSON syntax?

Internationalization requires checking for matching keys and valid JSON syntax to validate translation integrity. This precaution prevents structural errors that could break application locale loading and disrupt the user experience.