localization

Extract and validate missing translations in wetty-chat-mobile locale files.

17|10|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Wetty-Technology/wetty-chat --skill localization-wetty-technology
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: localization
Source: https://github.com/Wetty-Technology/wetty-chat/tree/main/.agents/skills/localization
Command: npx skills add https://github.com/Wetty-Technology/wetty-chat --skill localization-wetty-technology

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps the PWA translations for wetty-chat-mobile up to date by guiding you through extracting, validating, and updating missing strings in locale files.

Core Features & Use Cases

  • Extracts untranslated keys from the source to the locales path.
  • Highlights missing translations and suggests updates to ensure UI text consistency across languages.
  • Supports typical mobile app workflows where new strings are added during feature development.

Quick Start

Run lingui:extract in the wetty-chat-mobile directory to refresh translations.

Frequently Asked Questions about localization

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

FAQPage Schema
How do I extract missing translations for a PWA using Lingui?

To extract missing translations for a PWA, run the lingui:extract command in the wetty-chat-mobile directory. This process scans the source code, identifies untranslated keys, and updates the locale files to ensure UI text consistency.

Why are my wetty-chat-mobile locale files missing new UI strings?

Your wetty-chat-mobile locale files are missing new UI strings because translation extraction has not been run after new features were added. Running the Lingui extract command refreshes the locale files by pulling newly added source strings for translation.

What is the best way to keep mobile app translations fresh across versions?

The best way to keep mobile app translations fresh across versions is to regularly extract untranslated keys from the source to the locales path. Validating locale files after extraction ensures UI text consistency across all supported languages.

Do I need Lingui to update missing translations in wetty-chat-mobile?

Yes, you need Lingui tooling to update missing translations in wetty-chat-mobile. The Skill requires Lingui to extract strings from the source code and validate the locale files across different languages and project versions.

How does validating locale files improve i18n consistency?

Validating locale files improves i18n consistency by highlighting missing translations and suggesting updates. This ensures that newly added strings during mobile feature development are captured and translated accurately across all languages.

Can I use this localization workflow for any PWA or only wetty-chat-mobile?

This localization workflow applies specifically to translation work in wetty-chat-mobile. It is designed to extract strings and validate locale files within that project's specific directory structure and Lingui tooling setup across languages and versions.