doc: multilingual subject-verb agreement on description :)
This commit is contained in:
parent
2fb2386076
commit
563f34e618
1 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ See at [xor-gate/xor-gate.org](https://github.com/xor-gate/xor-gate.org) an exam
|
||||||
|
|
||||||
### Multilingual
|
### Multilingual
|
||||||
|
|
||||||
To allow Beautiful Hugo to go multilingual you need to define the languages
|
To allow Beautiful Hugo to go multilingual, you need to define the languages
|
||||||
you want to use inside the `languages` parameter on `config.toml` file, also
|
you want to use inside the `languages` parameter on `config.toml` file, also
|
||||||
redefining the content dir for each one. Check the `i18n/` folder to see all
|
redefining the content dir for each one. Check the `i18n/` folder to see all
|
||||||
languages available.
|
languages available.
|
||||||
|
|
@ -140,7 +140,7 @@ languages available.
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you just need to create a subdir within the `content/` folder for each
|
Now you just need to create a subdir within the `content/` folder for each
|
||||||
language and just put stuff inside `page/` and `post/` regular directory.
|
language and just put stuff inside `page/` and `post/` regular directories.
|
||||||
```
|
```
|
||||||
content/ content/ content/
|
content/ content/ content/
|
||||||
└── en └── br └── ja
|
└── en └── br └── ja
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue