Defined i18nDir in hugo.toml
add back symbolic links resetting branch defaults add back symlinks Added current symbolic links to gitignore The changes are limited to windows now Add back symbolic links .gitignore modified reverse .gitignore Add .env to .gitignore configurations for i18nDir Modify README.md Re-structure directory Restore commit defined i18nDir to ./data/i18n Restore readme.mdpull/43211/head
parent
e1a5807e67
commit
12e4c487dd
|
@ -301,6 +301,7 @@ languageName = "English"
|
|||
# Weight used for sorting.
|
||||
weight = 1
|
||||
languagedirection = "ltr"
|
||||
i18nDir = "./data/i18n"
|
||||
|
||||
[languages.zh-cn]
|
||||
title = "Kubernetes"
|
||||
|
@ -503,4 +504,4 @@ languagedirection = "ltr"
|
|||
[languages.uk.params]
|
||||
time_format_blog = "02.01.2006"
|
||||
# A list of language codes to look for untranslated content, ordered from left to right.
|
||||
language_alternatives = ["en"]
|
||||
language_alternatives = ["en"]
|
Loading…
Reference in New Issue