add-i18n-keys

Add and update i18n translation keys for English and Vietnamese in modular dictionaries.

Updated May 30, 2026
One-click install
npx skills add https://github.com/buitrankimlong/thongtincty --skill add-i18n-keys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-i18n-keys
Source: https://github.com/buitrankimlong/thongtincty/tree/main/.claude/skills/add-i18n-keys
Command: npx skills add https://github.com/buitrankimlong/thongtincty --skill add-i18n-keys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually adding or updating internationalization (i18n) translation keys, streamlining the process for efficient localization.

Core Features & Use Cases

  • Automated Key Addition: Automatically add or update i18n translation keys for English and Vietnamese.
  • Modular Structure: Organizes translations in a modular fashion for easy management.
  • Use Case: When new UI text needs to be localized, this Skill can quickly add the necessary keys to the dictionaries.

Quick Start

Run the add-i18n-keys skill to add a new translation key for the 'welcome.message' string.

Frequently Asked Questions about add-i18n-keys

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

FAQPage Schema
How do I automate adding i18n translation keys for software localization?

You can automate adding i18n translation keys by running a script that updates English and Vietnamese dictionaries. This eliminates manual entry, organizing new UI text strings into a modular structure for easy management.

What is the best way to update existing translation keys for English and Vietnamese?

The best way to update translation keys is using an automated localization workflow that modifies a modular dictionary structure. It ensures both English and Vietnamese entries stay synchronized when UI text changes.

How does a modular dictionary structure help manage internationalization keys?

A modular dictionary structure organizes internationalization keys into logical sections, making software localization easier to manage. It allows developers to quickly locate, add, or update specific translation entries without searching a massive file.

Can I use this approach to add translation keys for languages other than English and Vietnamese?

This specific approach is intended for adding and updating English and Vietnamese translation keys. While the modular dictionary structure could theoretically support more languages, its current automated functionality focuses on these two.

When do I need to add new translation keys for my software application?

You need to add new translation keys whenever new UI text is introduced in your software application. Automating this localization step ensures the new strings are immediately available for internationalization workflows.

Why does manually updating internationalization keys cause localization issues?

Manually updating internationalization keys often leads to missing translations and misaligned dictionaries. Automating the addition of translation keys ensures English and Vietnamese entries are consistently paired within the modular structure.