diff options
Diffstat (limited to 'docs/config.yaml')
-rw-r--r-- | docs/config.yaml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/config.yaml b/docs/config.yaml index 1e6abb07e5..94f8704600 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -312,3 +312,50 @@ languages: url: https://discourse.gitea.io/ weight: 80 pre: group + + pt-pt: + weight: 6 + languageName: Português de Portugal + menu: + page: + - name: Página inicial + url: https://gitea.io/pt-pt/ + weight: 10 + pre: home + - name: Documentação + url: /pt-pt/ + weight: 20 + pre: question + post: active + - name: API + url: https://try.gitea.io/api/swagger + weight: 45 + pre: plug + - name: Blog + url: https://blog.gitea.io/ + weight: 30 + pre: rss + - name: Código-fonte + url: https://code.gitea.io/ + weight: 40 + pre: code + - name: Tradução + url: https://crowdin.com/project/gitea + weight: 41 + pre: language + - name: Descarregamentos + url: https://dl.gitea.io/ + weight: 50 + pre: download + - name: GitHub + url: https://github.com/go-gitea/ + weight: 60 + pre: github + - name: Discussão no Discord + url: https://discord.gg/Gitea + weight: 70 + pre: comment + - name: Fórum + url: https://discourse.gitea.io/ + weight: 80 + pre: group |