mirror of
https://gitea.com/gitea/theme.git
synced 2026-02-02 19:08:54 +08:00
resolved #115 The following configuration need to be added to [config.yml](https://github.com/go-gitea/gitea/blob/main/docs/config.yaml) ([go-gitea/gitea#21981](https://github.com/go-gitea/gitea/pull/21981)) ```yml params: repo: "https://github.com/go-gitea/gitea" docContentPath: "docs/content" ``` Signed-off-by: Xinyu Zhou <i@sourcehut.net> Reviewed-on: https://gitea.com/gitea/theme/pulls/116 Reviewed-by: silverwind <silverwind@noreply.gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Xinyu Zhou <i@sourcehut.net> Co-committed-by: Xinyu Zhou <i@sourcehut.net>
18 lines
257 B
YAML
18 lines
257 B
YAML
- id: navbar_menu
|
|
translation: "Menu"
|
|
|
|
- id: read_more
|
|
translation: "More..."
|
|
|
|
- id: authored_by
|
|
translation: "by"
|
|
|
|
- id: page_prev
|
|
translation: "Previous"
|
|
|
|
- id: page_next
|
|
translation: "Next"
|
|
|
|
- id: edit_this_page
|
|
translation: "Edit this page"
|