mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 07:18:37 +00:00
French translation for docs (#3030)
original PR go-gitea/docs#147 and author @0xbaadf00d
This commit is contained in:
committed by
Lunny Xiao
parent
d517b56682
commit
474dfcc798
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user