Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2022-07-07 17:27:55 +0300
committerDillon <dillonzq@outlook.com>2022-07-07 17:27:55 +0300
commit1eb5f9926bdf048171bd8d56fc602e9e2b1a3736 (patch)
treef1f4df47a5d40d0a6df50a2d22803507d71967b9
parentc45c94cc2131be0889837ed5e3368da91511a7e3 (diff)
chore: Hindi language translation in docs
-rw-r--r--README.md1
-rw-r--r--README.zh-cn.md1
-rw-r--r--exampleSite/content/posts/theme-documentation-basics/index.en.md1
-rw-r--r--exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md1
4 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 378719b1..d0de8106 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,7 @@ LoveIt supports the following languages:
* Indonesian
* Turkish
* Korean
+* Hindi
* [Contribute with a new language](https://github.com/dillonzq/LoveIt/pulls)
[Languages Compatibility](https://hugoloveit.com/theme-documentation-basics/#language-compatibility)
diff --git a/README.zh-cn.md b/README.zh-cn.md
index a1a8fe03..1d76eb39 100644
--- a/README.zh-cn.md
+++ b/README.zh-cn.md
@@ -147,6 +147,7 @@ LoveIt 支持下列语言:
* 印尼语
* 土耳其语
* 韩语
+* 印地语
* [贡献一种新的语言](https://github.com/dillonzq/LoveIt/pulls)
[语言兼容性](https://hugoloveit.com/zh-cn/theme-documentation-basics/#language-compatibility)
diff --git a/exampleSite/content/posts/theme-documentation-basics/index.en.md b/exampleSite/content/posts/theme-documentation-basics/index.en.md
index ade696dd..b961a25e 100644
--- a/exampleSite/content/posts/theme-documentation-basics/index.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics/index.en.md
@@ -954,6 +954,7 @@ In `assets/css/_custom.scss`, you can add some css style code to customize the s
| Indonesian | `id` | `id` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| Turkish | `tr` | `tr` | :(far fa-square fa-fw): | :(far fa-check-square fa-fw): |
| Korean | `ko` | `ko` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
+| Hindi | `hi` | `hi` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
### 4.2 Basic Configuration
diff --git a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
index e5222cf2..edca2e26 100644
--- a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
@@ -956,6 +956,7 @@ $code-font-family: Fira Mono, Source Code Pro, Menlo, Consolas, Monaco, monospac
| 印尼语 | `id` | `id` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| 土耳其语 | `tr` | `tr` | :(far fa-square fa-fw): | :(far fa-check-square fa-fw): |
| 韩语 | `ko` | `ko` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
+| 印地语 | `hi` | `hi` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
### 4.2 基本配置