From aa45dbbb6c60cc84029a62a32d11eb26647595af Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Wed, 22 Dec 2021 18:13:54 +0000 Subject: [PATCH] Use localized text for Hindi language configuration Co-authored-by: championshuttler --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index aa099d466d..517d083062 100644 --- a/config.toml +++ b/config.toml @@ -427,8 +427,8 @@ language_alternatives = ["en"] [languages.hi] title = "Kubernetes" -description = "Production-Grade Container Orchestration" -languageName = "Hindi" +description = "प्रोडक्शन-ग्रेड कंटेनर ऑर्केस्ट्रेशन" +languageName = "हिन्दी" weight = 11 contentDir = "content/hi" languagedirection = "ltr"