This was generated by AI during triage.
Problem
The migrated zh-CN Recording C++ API pages leave API section labels and table headers in English. Labels such as Parameters, Name, Description, and Returns appear on localized pages where the corresponding UI text should be Chinese.
Evidence
Local preview shows the Recording C++ page rendering English labels in the parameter and return sections:
http://127.0.0.1:3002/zh-CN/api-reference/recording/cpp/classagora-1-1recording-1-1-i-recording-engine#returns
The generated source contains English labels in content/docs/zh-CN/api-reference/recording/cpp/classagora-1-1recording-1-1-i-recording-engine.mdx:
line 30: #### Parameters
line 32: | Name | Description |
line 37: #### Returns
The same English table headers also appear repeatedly across migrated Recording C++ files under content/docs/zh-CN/api-reference/recording/cpp/**.
Impact
Users reading zh-CN migrated API reference pages see mixed English and Chinese API documentation labels. This makes localized pages inconsistent with the expected Chinese API reference presentation and reduces migration quality.
Scope
Observed in the migrated Recording C++ Doxygen API reference under content/docs/zh-CN/api-reference/recording/cpp/**, including the agora::recording::IRecordingEngine page.
Links
Related PR: #699
Parent: #690
Problem
The migrated zh-CN Recording C++ API pages leave API section labels and table headers in English. Labels such as
Parameters,Name,Description, andReturnsappear on localized pages where the corresponding UI text should be Chinese.Evidence
Local preview shows the Recording C++ page rendering English labels in the parameter and return sections:
http://127.0.0.1:3002/zh-CN/api-reference/recording/cpp/classagora-1-1recording-1-1-i-recording-engine#returnsThe generated source contains English labels in
content/docs/zh-CN/api-reference/recording/cpp/classagora-1-1recording-1-1-i-recording-engine.mdx:line 30: #### Parametersline 32: | Name | Description |line 37: #### ReturnsThe same English table headers also appear repeatedly across migrated Recording C++ files under
content/docs/zh-CN/api-reference/recording/cpp/**.Impact
Users reading zh-CN migrated API reference pages see mixed English and Chinese API documentation labels. This makes localized pages inconsistent with the expected Chinese API reference presentation and reduces migration quality.
Scope
Observed in the migrated Recording C++ Doxygen API reference under
content/docs/zh-CN/api-reference/recording/cpp/**, including theagora::recording::IRecordingEnginepage.Links
Related PR: #699
Parent: #690