Open jelovirt opened 2 years ago
Allow content keys to define multiple languages, e.g.
content
header: content: en-US: User Manual de-DE: Benutzerhandbuch
If language code is not set, the language defaults to empty string, i.e. no language. Thus it will be used for all languages.
header: content: "{title}"
is desugared to
header: content: "": "{title}"
Allow
content
keys to define multiple languages, e.g.If language code is not set, the language defaults to empty string, i.e. no language. Thus it will be used for all languages.
is desugared to