mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-30 18:22:37 +00:00
Update multilingual.md (#1899)
defaultContentLang does not work. to set the the default language use: defaultContentLanguage (as written above)
This commit is contained in:
@@ -368,7 +368,7 @@ In case you need to pass a custom data: (`(dict "Count" numeric_value_only)` is
|
||||
The following localization examples assume your site's primary language is English, with translations to French and German.
|
||||
|
||||
{{< code-toggle file="config" >}}
|
||||
defaultContentLang = 'en'
|
||||
defaultContentLanguage = 'en'
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
|
||||
Reference in New Issue
Block a user