Add Hindi snippets translation file and missing config.toml params (#15080)

This commit is contained in:
Luc Perkins
2019-06-24 11:29:55 +08:00
committed by Kubernetes Prow Robot
parent 214bd5d85e
commit a5d33d6774
2 changed files with 202 additions and 3 deletions
+7 -3
View File
@@ -24,7 +24,7 @@ pygmentsStyle = "emacs"
enableGitInfo = true
# Norwegian ("no") is sometimes but not currently used for testing.
disableLanguages = ["no"]
disableLanguages = ["hi", "no"]
[blackfriday]
hrefTargetBlank = true
@@ -252,6 +252,10 @@ language_alternatives = ["en"]
[languages.hi]
title = "Kubernetes"
description = "Production-Grade Container Orchestration"
languageName ="Hindi"
languageName = "Hindi"
weight = 11
contentDir = "content/hi"
contentDir = "content/hi"
[languages.hi.params]
time_format_blog = "01.02.2006"
language_alternatives = ["en"]