Skip to content

Commit 326a54e

Browse files
committedMar 15, 2024··
add translation in zh-Hans for v1.13
Signed-off-by: newbe36524 <[email protected]>
1 parent dd3dfb0 commit 326a54e

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed
 

‎daprdocs/config.toml

+17-9
Original file line numberDiff line numberDiff line change
@@ -105,37 +105,45 @@ id = "G-60C6Q1ETC1"
105105
lang = "en"
106106

107107
[[module.mounts]]
108-
source = "../translations/docs-zh/content/zh-hans"
108+
source = "../translations/docs-zh/translated_content/zh_CN/docs"
109109
target = "content"
110110
lang = "zh-hans"
111111
[[module.mounts]]
112-
source = "../translations/docs-zh/content/contributing"
113-
target = "content/contributing/docs-contrib/docs-templates"
112+
source = "../translations/docs-zh/translated_content/zh_CN/contributing"
113+
target = "content/contributing/sdk-contrib/"
114114
lang = "zh-hans"
115115
[[module.mounts]]
116-
source = "../translations/docs-zh/content/sdks_python"
116+
source = "../translations/docs-zh/translated_content/zh_CN/sdks_python"
117117
target = "content/developing-applications/sdks/python"
118118
lang = "zh-hans"
119119
[[module.mounts]]
120-
source = "../translations/docs-zh/content/sdks_php"
120+
source = "../translations/docs-zh/translated_content/zh_CN/sdks_php"
121121
target = "content/developing-applications/sdks/php"
122122
lang = "zh-hans"
123123
[[module.mounts]]
124-
source = "../translations/docs-zh/content/sdks_dotnet"
124+
source = "../translations/docs-zh/translated_content/zh_CN/sdks_dotnet"
125125
target = "content/developing-applications/sdks/dotnet"
126126
lang = "zh-hans"
127127
[[module.mounts]]
128-
source = "../translations/docs-zh/content/sdks_java"
128+
source = "../translations/docs-zh/translated_content/zh_CN/sdks_java"
129129
target = "content/developing-applications/sdks/java"
130130
lang = "zh-hans"
131131
[[module.mounts]]
132-
source = "../translations/docs-zh/content/sdks_go"
132+
source = "../translations/docs-zh/translated_content/zh_CN/sdks_go"
133133
target = "content/developing-applications/sdks/go"
134134
lang = "zh-hans"
135135
[[module.mounts]]
136-
source = "../translations/docs-zh/content/sdks_js"
136+
source = "../translations/docs-zh/translated_content/zh_CN/sdks_js"
137137
target = "content/developing-applications/sdks/js"
138138
lang = "zh-hans"
139+
[[module.mounts]]
140+
source = "../translations/docs-zh/translated_content/zh_CN/pluggable-components/dotnet"
141+
target = "content/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/pluggable-components-dotnet"
142+
lang = "zh-hans"
143+
[[module.mounts]]
144+
source = "../translations/docs-zh/translated_content/zh_CN/pluggable-components/go"
145+
target = "content/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/pluggable-components-go"
146+
lang = "zh-hans"
139147

140148
# Markdown Engine - Allow inline html
141149
[markup]

‎translations/docs-zh

Submodule docs-zh updated 881 files

0 commit comments

Comments
 (0)
Please sign in to comment.