Skip to content

Commit

Permalink
Updated-toml-and-config-file
Browse files Browse the repository at this point in the history
  • Loading branch information
avidLearnerInProgress committed Apr 28, 2019
1 parent fec51c6 commit 6f4e795
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,15 @@ contentDir = "content/id"
time_format_blog = "02.01.2006"
# A list of language codes to look for untranslated content, ordered from left to right.
language_alternatives = ["en"]

[languages.hi]
title = "Kubernetes"
description = "Production-Grade Container Orchestration"
languageName = "हिन्दी Hindi"
weight = 11
contentDir = "content/hi"

[languages.hi.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"]
3 changes: 1 addition & 2 deletions i18n/hi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ other = "सावधान:"
other = "टिप्पणी:"

[warning]
otehr = "चेतावनी:"
other = "चेतावनी:"

[main_read_about]
other = "के बारे में पढ़ें"
Expand Down Expand Up @@ -119,7 +119,6 @@ other = "उपयोगकर्ता"
other = "मैं हूँ..."



# Community links
[community_twitter_name]
other = "Twitter"
Expand Down

0 comments on commit 6f4e795

Please sign in to comment.