From 87a0138dd4044b571b63c7a4cedef044bd2fd6c8 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Mon, 16 Sep 2019 21:00:32 +0900 Subject: [PATCH] Add config for Japanese translation. I weight 6 on ja-jp because I saw a PR for korean translation on Gitea repository. If there is no problem on that PR, it will be merged, and I expect that the weight of ja-jp will be 6. Signed-off-by: TAKAHASHI Shuuji --- config.yaml | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index b40fea2..d4cb048 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 + + ja-jp: + weight: 6 + languageName: 日本語 + menu: + page: + - name: ウェブサイト + url: /ja-jp/ + weight: 10 + pre: home + post: active + - name: ドキュメント + url: https://docs.gitea.io/ja-jp/ + weight: 20 + pre: 質問 + - 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