French translation for docs (#3030)
original PR go-gitea/docs#147 and author @0xbaadf00d
This commit is contained in:
parent
d517b56682
commit
474dfcc798
14 changed files with 817 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue