diff options
author | techknowlogick <techknowlogick@users.noreply.github.com> | 2017-11-30 07:45:48 -0500 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-11-30 20:45:48 +0800 |
commit | 474dfcc798b4d2d1a0d83f5cf69c6e129fc3a5c5 (patch) | |
tree | 0928c135f555b960afaad5a58a1f63a3c60703a2 /docs/config.yaml | |
parent | d517b56682483466c2824052b70d2ea8a12ac223 (diff) | |
download | gitea-474dfcc798b4d2d1a0d83f5cf69c6e129fc3a5c5.tar.gz gitea-474dfcc798b4d2d1a0d83f5cf69c6e129fc3a5c5.zip |
French translation for docs (#3030)
original PR go-gitea/docs#147 and author @0xbaadf00d
Diffstat (limited to 'docs/config.yaml')
-rw-r--r-- | docs/config.yaml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/config.yaml b/docs/config.yaml index 4a065f775d..7fb8c98240 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -234,3 +234,46 @@ languages: url: https://discourse.gitea.io/ weight: 80 pre: group + + fr-fr: + weight: 5 + languageName: Français + menu: + page: + - name: Site + url: /fr-fr/ + weight: 10 + pre: home + post: active + - name: Documentation + url: https://docs.gitea.io/fr-fr/ + weight: 20 + pre: question + - name: API + url: https://try.gitea.io/api/swagger + weight: 25 + pre: plug + - name: Blog + url: https://blog.gitea.io/ + weight: 30 + pre: rss + - name: Code + url: https://code.gitea.io/ + weight: 40 + pre: code + - name: Téléchargement + url: https://dl.gitea.io/ + weight: 50 + pre: download + - name: GitHub + url: https://github.com/go-gitea/ + weight: 60 + pre: github + - name: Discord Chat + url: https://discord.gg/NsatcWJ + weight: 70 + pre: comment + - name: Forum + url: https://discourse.gitea.io/ + weight: 80 + pre: group |