mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-11 05:24:57 +00:00
- Do not use `target="_blank"`for gitea websites on navbar (same behavior as about.gitea.com) - Translate "blog" on navbar for zh-cn Before:  After:  Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/44 Co-authored-by: HesterG <hestergong@gmail.com> Co-committed-by: HesterG <hestergong@gmail.com>
18 lines
261 B
JSON
18 lines
261 B
JSON
{
|
|
"title": {
|
|
"message": "Gitea"
|
|
},
|
|
"item.label.Docs": {
|
|
"message": "文档"
|
|
},
|
|
"item.label.Code": {
|
|
"message": "开源代码"
|
|
},
|
|
"item.label.Support": {
|
|
"message": "支持"
|
|
},
|
|
"item.label.Blog": {
|
|
"message": "博客"
|
|
}
|
|
}
|