mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 14:45:11 -04:00
parent
2599c0364e
commit
bad7586eb8
@ -38,6 +38,25 @@ and taxonomy pages will be rendered below `/en` in English, and below `/fr` in F
|
|||||||
|
|
||||||
Only the obvious non-global options can be overridden per language. Examples of global options are `BaseURL`, `BuildDrafts`, etc.
|
Only the obvious non-global options can be overridden per language. Examples of global options are `BaseURL`, `BuildDrafts`, etc.
|
||||||
|
|
||||||
|
Taxonomies configuration can also be set per language, example:
|
||||||
|
|
||||||
|
```
|
||||||
|
[Taxonomies]
|
||||||
|
tag = "tags"
|
||||||
|
|
||||||
|
[Languages]
|
||||||
|
[Languages.en]
|
||||||
|
weight = 1
|
||||||
|
title = "English"
|
||||||
|
|
||||||
|
[Languages.fr]
|
||||||
|
weight = 2
|
||||||
|
title = "Français"
|
||||||
|
[Languages.fr.Taxonomies]
|
||||||
|
plaque = "plaques"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Translating your content
|
### Translating your content
|
||||||
|
|
||||||
Translated articles are identified by the name of the content file.
|
Translated articles are identified by the name of the content file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user