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-05-21 18:16:05 +0300
committerDillon <dillonzq@outlook.com>2022-05-21 18:16:56 +0300
commit592d3964c75bac387b3f1432a10938e974650920 (patch)
treefbe4f44c2ddac7c848ea8cb1cec6515498157758
parentddb62d64f1d3d28c69e04c7ee4e2481874aae273 (diff)
chore: Telugu 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 f81ccb4f..8f153e87 100644
--- a/README.md
+++ b/README.md
@@ -145,6 +145,7 @@ LoveIt supports the following languages:
* Arabic
* Catalan
* Thai
+* Telugu
* [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 9bf94a70..009520c8 100644
--- a/README.zh-cn.md
+++ b/README.zh-cn.md
@@ -140,6 +140,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 f34930ba..29f6aaae 100644
--- a/exampleSite/content/posts/theme-documentation-basics/index.en.md
+++ b/exampleSite/content/posts/theme-documentation-basics/index.en.md
@@ -851,6 +851,7 @@ In `assets/css/_custom.scss`, you can add some css style code to customize the s
| Arabic | `ar` | `ar` | :(far fa-square fa-fw): | :(far fa-check-square fa-fw): |
| Catalan | `ca` | `ca` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| Thai | `th` | `th` | :(far fa-square fa-fw): | :(far fa-check-square fa-fw): |
+| Telugu | `te` | `te` | :(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 49e7db6e..830fc234 100644
--- a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
+++ b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md
@@ -853,6 +853,7 @@ $code-font-family: Fira Mono, Source Code Pro, Menlo, Consolas, Monaco, monospac
| 阿拉伯语 | `ar` | `ar` | :(far fa-square fa-fw): | :(far fa-check-square fa-fw): |
| 加泰罗尼亚语 | `ca` | `ca` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
| 泰语 | `th` | `th` | :(far fa-square fa-fw): | :(far fa-check-square fa-fw): |
+| 泰卢固语 | `te` | `te` | :(far fa-square fa-fw): | :(far fa-square fa-fw): |
### 4.2 基本配置