diff options
author | BetaCat <outman99@hotmail.com> | 2018-12-23 18:57:49 +0800 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2018-12-23 18:57:49 +0800 |
commit | a06ae0bdc74405bcf769f3f9fe28296b8e7cdda4 (patch) | |
tree | c5227a4d65f44dc1340bb3fbc3ed7042a1d6644e | |
parent | b77c3eb5bdab1f027d8d495e973b63ed09ded6dc (diff) | |
download | gitea-a06ae0bdc74405bcf769f3f9fe28296b8e7cdda4.tar.gz gitea-a06ae0bdc74405bcf769f3f9fe28296b8e7cdda4.zip |
Fix translation errors in doc advanced part (zh-cn) (#5112)
* ZH-CN translation of Advanced part
* Fix translation errors
* Resolve issues
-rw-r--r-- | docs/content/doc/advanced/customizing-gitea.zh-cn.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/customizing-gitea.zh-cn.md b/docs/content/doc/advanced/customizing-gitea.zh-cn.md index 21068496ae..7cf2041e0e 100644 --- a/docs/content/doc/advanced/customizing-gitea.zh-cn.md +++ b/docs/content/doc/advanced/customizing-gitea.zh-cn.md @@ -57,7 +57,7 @@ Gitea 引用 `custom` 目录中的自定义配置文件来覆盖配置、模板 如果您只是想添加额外的链接到顶部导航栏或额外的选项卡到存储库视图,您可以将它们放在您 `custom/templates/custom/` 目录下的 `extra_links.tmpl` 和 `extra_tabs.tmpl` 文件中。 -举例说明:假设您在德国,必须添加着名的法律要求的“Impressum”用以罗列谁负责网站的内容页面,您只需将该页面放在您的 +举例说明:假设您需要在网站放置一个静态的“关于”页面,您只需将该页面放在您的 "custom/public/"目录下(比如 `custom/public/impressum.html`)并且将它与 `custom/templates/custom/extra_links.tmpl` 链接起来即可。 这个链接应当使用一个名为“item”的 class 来匹配当前样式,您可以使用 `{{AppSubUrl}}` 来获取 base URL: |