From db434ee3cdb3ff6c2c0db1d46bd42b5788b86970 Mon Sep 17 00:00:00 2001 From: khanhtc1202 Date: Sun, 15 Jun 2025 14:13:42 +0900 Subject: [PATCH] Enable config to add untranslated content to the left side bar Signed-off-by: khanhtc1202 --- hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.toml b/hugo.toml index e2751d161f..db4f5600e2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -495,6 +495,7 @@ languageNameLatinScript = "Ukrainian" [languages.vi] title = "Kubernetes" languageName = "Tiếng Việt (Vietnamese)" +language_alternatives = ["en"] contentDir = "content/vi" weight = 16 languagedirection = "ltr"