You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/localization/TRANSLATION_SURFACE.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Translation Surface Inventory
2
2
3
-
Status: **implemented first-release inventory**
3
+
Status: **implemented first-release inventory; Wave 4 source-alignment update in progress**
4
4
Canonical source language: English (`en`)
5
5
First supported locale: Simplified Chinese (`zh-CN`)
6
6
@@ -11,7 +11,7 @@ First supported locale: Simplified Chinese (`zh-CN`)
11
11
-**C - keep canonical, localize around it:** machine/protocol structure should remain unchanged; translated explanation may be added elsewhere.
12
12
-**D - defer:** historical, empty runtime, binary, or otherwise outside the first localization release.
13
13
14
-
For `zh-CN`, all Class A surfaces and the selected Class B support surfaces needed for the first supported release have been implemented and reviewed. Treatment text below describes the intended handling of each surface, not unfinished work status. Current locale support status is recorded in `locales/README.md`.
14
+
For `zh-CN`, the first-release Class A route and selected Class B support surfaces were implemented and reviewed against their then-current English sources. Canonical changes merged after that review are explicitly tracked as Wave 4 source-alignment work; a class is a treatment decision, not a claim that its current English revision is already localized. Current locale support status is recorded in `locales/README.md`.
15
15
16
16
## Top-level files
17
17
@@ -43,6 +43,11 @@ For `zh-CN`, all Class A surfaces and the selected Class B support surfaces need
43
43
|`docs/CONNECTOR_LIMITATIONS.md`| B | Translate after core route |
44
44
|`docs/CONNECTOR_SAFE_WORDING.md`| B | Translate after core route, preserving compatibility intent |
45
45
|`docs/branding.md`| A | Translate explanation; product names remain unchanged |
46
+
|`docs/UPGRADING.md`| B | Translate as an upgrade companion after the core operational route is current |
47
+
|`docs/registry/*.md`| B | Translate as Registry Contract v1 reference companions; preserve fields, enums, paths, and examples structurally |
48
+
|`docs/localization/GLOSSARY.md`| B | Maintain the canonical terminology source together with its explicitly mapped locale glossary |
49
+
|`docs/localization/TAG_DISPLAY_CATALOG.md`| B | Maintain canonical display text together with its explicitly mapped localized catalogue |
50
+
| other `docs/localization/` process files | D | Keep canonical unless a separate localization-maintenance need is established |
46
51
47
52
## `lobby/`
48
53
@@ -139,8 +144,15 @@ without changing protocol structure.
139
144
| tag slugs | C | Keep unchanged |
140
145
| tag display names/descriptions | A/B | Localize through locale metadata or mapping, not by replacing canonical tag records |
141
146
|`registry/README.md`| B | Translate explanation |
147
+
|`registry/schemas/`| C | Keep machine schemas canonical; localize explanatory contract material around them |
142
148
| runtime record directories | D | No translation |
143
149
150
+
## Repository governance files
151
+
152
+
| Area | Class | Treatment |
153
+
| --- | --- | --- |
154
+
|`.github/CODEOWNERS`| C | Keep canonical; it is machine/interoperability governance rather than a localized instruction surface |
0 commit comments