Skip to content

Commit 42e91fa

Browse files
test: cover zh-CN live routing surfaces
1 parent 169d9cd commit 42e91fa

1 file changed

Lines changed: 28 additions & 4 deletions

File tree

‎tests/test_locale_invariants.py‎

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,34 @@
108108
"accepted",
109109
),
110110
},
111+
"lobby/README.md": {
112+
"locale": "locales/zh-CN/lobby/README.md",
113+
"literals": (
114+
"AI_ENTRYPOINT.md",
115+
"README_FIRST.md",
116+
"VISITOR_CHECKLIST.md",
117+
"ROUTINE_DEPOSIT_QUICKSTART.md",
118+
"registry/",
119+
"CSV",
120+
),
121+
},
122+
"messages/ROUTING_RULES.md": {
123+
"locale": "locales/zh-CN/messages/ROUTING_RULES.md",
124+
"literals": (
125+
"to_visitor_id",
126+
"to_group",
127+
"registry/messages/",
128+
"registry/INDEX.md",
129+
"needs_human_relay",
130+
),
131+
},
132+
"docs/visitor_lobby_model.md": {
133+
"locale": "locales/zh-CN/docs/visitor_lobby_model.md",
134+
"literals": (
135+
"registry/visitors/<visitor_id>.json",
136+
"lobby/visitors/",
137+
),
138+
},
111139
"registry/README.md": {
112140
"locale": "locales/zh-CN/registry/README.md",
113141
"literals": (
@@ -124,10 +152,6 @@
124152
"CI",
125153
),
126154
},
127-
"SECURITY.md": {
128-
"locale": "locales/zh-CN/SECURITY.md",
129-
"literals": (),
130-
},
131155
"templates/datadrop_packet.md": {
132156
"locale": "locales/zh-CN/templates/datadrop_packet.md",
133157
"literals": (

0 commit comments

Comments
 (0)