theme/i18n/en-US.yaml
Xinyu Zhou 6560d588d0
Add Edit on GitHub
resolved #115

The following configuration need to be added to [config.yml](https://github.com/go-gitea/gitea/blob/main/docs/config.yaml)

```yml
params:
  github_doc_repository: "https://github.com/go-gitea/gitea"
  github_doc_repository_path: "docs/content"
```

Signed-off-by: Xinyu Zhou <i@sourcehut.net>
2022-11-30 13:23:13 +08:00

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_on_github
translation: "Edit on GitHub"