From 76aac0f69fefde6a670b034b41c19c056c22d129 Mon Sep 17 00:00:00 2001 From: Blueberry Date: Tue, 22 Sep 2020 14:44:44 +0000 Subject: [PATCH] Ru config --- config.yaml | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index b40fea2..5fe8712 100644 --- a/config.yaml +++ b/config.yaml @@ -300,4 +300,51 @@ languages: - name: 포럼 url: https://discourse.gitea.io/ weight: 80 - pre: group \ No newline at end of file + pre: group + + ru-ru: + weight: 6 + languageName: Русский + menu: + page: + - name: Веб-сайт + url: /ru-ru/ + weight: 10 + pre: home + post: active + - name: Документация + url: https://docs.gitea.io/en-us/ + weight: 20 + pre: question + - name: API + url: https://try.gitea.io/api/swagger + weight: 45 + pre: plug + - name: Блог + url: https://blog.gitea.io/ + weight: 30 + pre: rss + - name: Код + url: https://code.gitea.io/ + weight: 40 + pre: code + - name: Перевод + url: https://crowdin.com/project/gitea + weight: 41 + pre: language + - name: Загрузки + url: https://dl.gitea.io/ + weight: 50 + pre: download + - name: GitHub + url: https://github.com/go-gitea/ + weight: 60 + pre: github + - name: Чат в Discord + url: https://discord.gg/Gitea + weight: 70 + pre: comment + - name: Форум + url: https://discourse.gitea.io/ + weight: 80 + pre: group \ No newline at end of file