# reamd7/notion-zh_cn

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/reamd7-notion-zh-cn).**

7,063 stars · 999 forks · JavaScript

## Links

- GitHub: https://github.com/Reamd7/notion-zh_CN
- awesome-repositories: https://awesome-repositories.com/repository/reamd7-notion-zh-cn.md

## Description

notion-zh_CN is a localization proxy and translation layer designed to adapt the Notion interface for Chinese users. It functions as a serverless tool that intercepts network traffic to deliver translated interface text and localized content in real time.

The project provides a specialized proxy worker that translates user interface elements and slash commands into Chinese. It further enables localized command discovery by mapping pinyin keystrokes to application functions, allowing users to trigger internal commands without using English.

The system also manages network traffic routing to optimize connection stability and reduce latency for users accessing the platform. This is achieved through proxy workers that route domain requests and translation traffic to ensure more reliable access.

## Tags

### Software Engineering & Architecture

- [UI Localizations](https://awesome-repositories.com/f/software-engineering-architecture/integration-extensibility/third-party-service-connectors/notion-integrations/ui-localizations.md) — Translates the Notion user interface into Chinese to make the platform accessible for non-English speaking users.
- [Connectivity Optimizations](https://awesome-repositories.com/f/software-engineering-architecture/integration-extensibility/third-party-service-connectors/notion-integrations/connectivity-optimizations.md) — Routes Notion traffic through proxy workers to reduce latency and ensure stable access from restricted regions.
- [Localization Proxies](https://awesome-repositories.com/f/software-engineering-architecture/integration-extensibility/third-party-service-connectors/notion-integrations/localization-proxies.md) — Implements a proxy worker that translates the Notion user interface and slash commands into Chinese.
- [Request Interception Middleware](https://awesome-repositories.com/f/software-engineering-architecture/request-interception-middleware.md) — Intercepts network traffic at the edge to modify response bodies and inject translated content before it reaches the client.

### Data & Databases

- [DOM Text Find-and-Replace](https://awesome-repositories.com/f/data-databases/column-transformation/regex-text-replacement/dom-text-find-and-replace.md) — Scans the rendered page for specific text patterns and replaces them with localized Chinese strings via script execution.

### Development Tools & Productivity

- [UI Translation Mappers](https://awesome-repositories.com/f/development-tools-productivity/localization-support/string-localization/ui-string-localizations/string-translation-mappers/ui-translation-mappers.md) — Replaces original English UI strings with Chinese equivalents by scanning and modifying the live Document Object Model.
- [Localized](https://awesome-repositories.com/f/development-tools-productivity/documentation-discovery-indices/command-discovery/localized.md) — Enables the translation of shortcut commands and their discovery via pinyin input for non-English speaking users. ([source](https://github.com/reamd7/notion-zh_cn#readme))

### DevOps & Infrastructure

- [Cloudflare Workers Implementations](https://awesome-repositories.com/f/devops-infrastructure/serverless-architectures/cloudflare-workers-implementations.md) — Implements a serverless localization tool using Cloudflare Workers to intercept and modify network traffic.

### Networking & Communication

- [Traffic Routing Proxies](https://awesome-repositories.com/f/networking-communication/network-infrastructure-routing/network-infrastructure-configuration/network-infrastructure/traffic-routing-proxies.md) — Routes requests through a secondary domain worker to bypass network restrictions and reduce latency for end users.

### User Interface & Experience

- [Application Localization Systems](https://awesome-repositories.com/f/user-interface-experience/application-localization-systems.md) — Converts interface text and commands into a local language using proxy workers for a customized user experience.
- [Interface Text Localization](https://awesome-repositories.com/f/user-interface-experience/interface-text-localization.md) — Converts user interface text into Chinese across the platform to provide a localized end-user experience. ([source](https://github.com/reamd7/notion-zh_cn#readme))
- [Interface Translation Systems](https://awesome-repositories.com/f/user-interface-experience/interface-translation-systems.md) — Provides a middleware layer that converts English user interface elements and shortcut commands into Chinese in real time.
- [Pinyin Command Mappings](https://awesome-repositories.com/f/user-interface-experience/input-mapping/keyboard-command-mapping/pinyin-command-mappings.md) — Maps pinyin keystrokes to specific application slash commands to allow non-English users to trigger internal functions.

### Web Development

- [Script Injections](https://awesome-repositories.com/f/web-development/custom-page-frameworks/page-content-injections/script-injections.md) — Injects custom JavaScript into the browser to translate interface text and override application behaviors in real time.

### Business & Productivity Software

- [Pinyin Search Support](https://awesome-repositories.com/f/business-productivity-software/pinyin-search-support.md) — Enables Chinese pinyin search and discovery for Notion slash commands to improve navigation and productivity.
