diff --git a/content/en/content-management/cross-references.md b/content/en/content-management/cross-references.md index 00f6ad1c1..59733555b 100644 --- a/content/en/content-management/cross-references.md +++ b/content/en/content-management/cross-references.md @@ -42,7 +42,7 @@ You will get an error if you document could not be uniquely resolved. The error Link to another language version of a document, you need to use this syntax: ```go-html-template -{{}} +{{}} ``` ### Get another Output Format diff --git a/content/en/content-management/multilingual.md b/content/en/content-management/multilingual.md index 45b614351..326a20326 100644 --- a/content/en/content-management/multilingual.md +++ b/content/en/content-management/multilingual.md @@ -67,7 +67,7 @@ Only the obvious non-global options can be overridden per language. Examples of You can disable one or more languages. This can be useful when working on a new translation. ```toml -disableLanguages = ["fr", "jp"] +disableLanguages = ["fr", "ja"] ``` Note that you cannot disable the default content language. @@ -75,7 +75,7 @@ Note that you cannot disable the default content language. We kept this as a standalone setting to make it easier to set via [OS environment](/getting-started/configuration/#configure-with-environment-variables): ```bash -HUGO_DISABLELANGUAGES="fr jp" hugo +HUGO_DISABLELANGUAGES="fr ja" hugo ``` If you have already a list of disabled languages in `config.toml`, you can enable them in development like this: diff --git a/content/en/news/0.45-relnotes/index.md b/content/en/news/0.45-relnotes/index.md index b67a24de6..83051c058 100644 --- a/content/en/news/0.45-relnotes/index.md +++ b/content/en/news/0.45-relnotes/index.md @@ -39,7 +39,7 @@ You can also use the `..` to refer to a page one level up etc.: We have now also added language support to `ref` and `relref`, so you can link to a page in another language: ```go-html-template -{{}} +{{}} ``` To link to a given Output Format of a document, you can use this syntax: