Add Simplified Chinese localization - #74
Merged
Merged
Conversation
Member
|
Great! But could you merge it to relase 2.2 https://github.com/roxy-wi/IncidentRelay/tree/release/2.2 |
Author
Sure |
Register zh locale support across browser negotiation, profile preferences, OpenAPI, PWA messages, calendar formatting, and services runtime text. Add complete Chinese catalogs matching the English file and key contract, with tests for placeholders, SRE abbreviations, locale persistence, and dynamically composed UI strings.
CoooderSan
force-pushed
the
feat/zh-cn-localization
branch
from
September 3, 2026 02:05
8da66e4 to
0ddd136
Compare
Author
|
Done — I rebased the localization commit onto |
Member
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
IncidentRelay currently supports English, German, French, and Russian, but it does not provide a Simplified Chinese interface. This makes daily use harder for Chinese-speaking on-call and operations teams, especially when multiple Grafana installations feed alerts into one shared on-call workflow.
Change
release/2.2branch and include its Azure Monitor integration strings.zhlocale and normalize regional variants such aszh-CNandzh_CN.This PR only adds Simplified Chinese UI support.
Tests
pytest -q: 1,691 passed.Manual verification
zh,zh-CN, andzh_CNresolve to Simplified Chinese.zhand renders<html lang="zh">with Chinese UI text.