Change name of submodule

This commit is contained in:
newbe36524 2021-03-05 12:09:35 +08:00
parent 359df0d16b
commit 5ef3bf0d28
3 changed files with 9 additions and 9 deletions

4
.gitmodules vendored
View File

@ -10,7 +10,7 @@
[submodule "sdkdocs/dotnet"]
path = sdkdocs/dotnet
url = https://github.com/dapr/dotnet-sdk.git
[submodule "l18n/docs-zh"]
path = l18n/docs-zh
[submodule "translations/docs-zh"]
path = translations/docs-zh
url = https://github.com/dapr/docs-zh.git
branch = v1.0_content

View File

@ -12,12 +12,12 @@ languageCode = "en-us"
[languages]
[languages.en]
title = "English"
title = "Dapr Docs"
weight = 1
contentDir = "content/en"
languageName = "English"
[languages.zh-hans]
title = "简体中文"
title = "Dapr 文档库"
weight = 2
contentDir = "content/zh-hans"
languageName = "简体中文"
@ -73,23 +73,23 @@ id = "UA-149338238-3"
lang = "en"
[[module.mounts]]
source = "../l18n/docs-zh/content/zh-hans"
source = "../translations/docs-zh/content/zh-hans"
target = "content"
lang = "zh-hans"
[[module.mounts]]
source = "../l18n/docs-zh/content/contributing"
source = "../translations/docs-zh/content/contributing"
target = "content/contributing/"
lang = "zh-hans"
[[module.mounts]]
source = "../l18n/docs-zh/content/sdks_python"
source = "../translations/docs-zh/content/sdks_python"
target = "content/developing-applications/sdks/python"
lang = "zh-hans"
[[module.mounts]]
source = "../l18n/docs-zh/content/sdks_php"
source = "../translations/docs-zh/content/sdks_php"
target = "content/developing-applications/sdks/php"
lang = "zh-hans"
[[module.mounts]]
source = "../l18n/docs-zh/content/sdks_dotnet"
source = "../translations/docs-zh/content/sdks_dotnet"
target = "content/developing-applications/sdks/dotnet"
lang = "zh-hans"