French translation for docs (#3030)

original PR go-gitea/docs#147 and author @0xbaadf00d
This commit is contained in:
techknowlogick 2017-11-30 07:45:48 -05:00 committed by Lunny Xiao
parent d517b56682
commit 474dfcc798
14 changed files with 817 additions and 1 deletions

View file

@ -1,7 +1,7 @@
:80 {
root /srv/www
locale en-US zh-CN zh-TW pt-BR nl-NL {
locale en-US zh-CN zh-TW pt-BR nl-NL fr-FR {
detect header
}
@ -35,5 +35,10 @@
to /nl-nl/{1}
}
rewrite /fr-FR/ {
regexp (.*)
to /fr-fr/{1}
}
header / Vary "Accept-Language"
}