Fix typos in multilingual.md

This commit is contained in:
Rodolfo Carvalho 2019-03-07 11:47:17 +00:00 committed by Bjørn Erik Pedersen
parent b68d0d892f
commit 86850f3c33

View File

@ -49,7 +49,7 @@ linkedin = "https://linkedin.com/fr/whoever"
help = "Aide" help = "Aide"
{{< /code-toggle >}} {{< /code-toggle >}}
Anything not defined in a `[languages]` block will fall back to the global value for that key (e.g., `copyright` for the English [`en`] language). This also works for `params`, as demonstrated witgh `help` above: You will get the value `Aide` in French and `Help` in all the languages without this parameter set. Anything not defined in a `[languages]` block will fall back to the global value for that key (e.g., `copyright` for the English [`en`] language). This also works for `params`, as demonstrated with `help` above: you will get the value `Aide` in French and `Help` in all the languages without this parameter set.
With the configuration above, all content, sitemap, RSS feeds, paginations, With the configuration above, all content, sitemap, RSS feeds, paginations,
and taxonomy pages will be rendered below `/` in English (your default content language) and then below `/fr` in French. and taxonomy pages will be rendered below `/` in English (your default content language) and then below `/fr` in French.