react-chinese-localization

Localize English UI strings in React/TypeScript projects to Chinese.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/tangzheng202202/hermes-skills --skill react-chinese-localization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-chinese-localization
Source: https://github.com/tangzheng202202/hermes-skills/tree/main/01-coding-dev/software-development/react-chinese-localization
Command: npx skills add https://github.com/tangzheng202202/hermes-skills --skill react-chinese-localization

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically localize English React/TypeScript UI components to Chinese while maintaining code functionality and build integrity

Core Features & Use Cases

  • End-to-end localization of UI strings across React components and pages without changing behavior or APIs.
  • Preserve code semantics, variable names, types, and build output while replacing English UI text with Chinese.
  • Use cases include dashboards, forms, and content-rich apps requiring reliable Chinese UI for a Chinese-speaking user base.

Quick Start

Run the localization workflow on a React project to convert English UI strings to Chinese without altering functionality.

Frequently Asked Questions about react-chinese-localization

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

FAQPage Schema
How do I localize React UI strings to Chinese without breaking the build?

Localize React UI strings to Chinese by applying non-intrusive string replacement with translation mappings while preserving variable names, APIs, and typings to maintain build integrity.

Can I translate English TypeScript component text to Chinese without altering component behavior?

Yes, you can translate English TypeScript component text to Chinese through end-to-end localization that preserves code semantics, types, and build output without altering APIs or component behavior.

What is the best way to convert React dashboard text to Chinese for a Chinese-speaking user base?

The best way to convert React dashboard text to Chinese is running a localization workflow that systematically replaces English UI strings while maintaining code functionality and build safety.

Does React Chinese localization preserve TypeScript typings and variable names during translation?

React Chinese localization preserves TypeScript typings, variable names, and APIs by using translation mappings and safeguards against regressions to ensure code semantics remain intact.

What types of React apps are suitable for build-safe Chinese translation?

Build-safe Chinese translation is suitable for UI-heavy React apps including component libraries, dashboards, forms, and content-rich applications requiring reliable Chinese UI for Chinese-speaking users.