Skip to content

Commit 67c42f6

Browse files
authored
Merge pull request #40277 from Arhell/fr-hugo
[fr] update hugo config file
2 parents a5ec218 + 33ca0b9 commit 67c42f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/fr/docs/contribute/localization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ These instructions use the [ISO 639-1](https://www.loc.gov/standards/iso639-2/ph
6767
### Modifier la configuration du site
6868

6969
Le site web de Kubernetes utilise Hugo comme son web framework.
70-
La configuration Hugo du site Web se trouve dans le fichier [`config.toml`](https://github.com/kubernetes/website/tree/master/config.toml).
71-
Pour prendre en charge une nouvelle localisation, vous devrez modifier `config.toml`.
70+
La configuration Hugo du site Web se trouve dans le fichier [`hugo.toml`](https://github.com/kubernetes/website/tree/master/hugo.toml).
71+
Pour prendre en charge une nouvelle localisation, vous devrez modifier `hugo.toml`.
7272

73-
Ajoutez un bloc de configuration pour la nouvelle langue dans `config.toml`, sous le bloc `[languages]` existant.
73+
Ajoutez un bloc de configuration pour la nouvelle langue dans `hugo.toml`, sous le bloc `[languages]` existant.
7474
Le bloc allemand, par exemple, ressemble à :
7575

7676
```toml

0 commit comments

Comments
 (0)