diff --git a/.gitignore b/.gitignore index 51ffa861..e27fc7bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Hugo default output directory public/ /exampleSite/resources/ +/exampleSite/.hugo_build.lock node_modules/ build/ diff --git a/README.md b/README.md index 76a9d149..5178b6a0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/dillonzq/LoveIt?style=flat-square)](https://github.com/dillonzq/LoveIt/releases) [![Hugo](https://img.shields.io/badge/Hugo-%5E0.62.0-ff4088?style=flat-square&logo=hugo)](https://gohugo.io/) [![License](https://img.shields.io/github/license/dillonzq/LoveIt?style=flat-square)](https://github.com/dillonzq/LoveIt/blob/master/LICENSE) -[![CircleCI](https://img.shields.io/circleci/build/github/dillonzq/LoveIt/develop?label=CI&style=flat-square&logo=circleci)](https://app.circleci.com/pipelines/github/dillonzq/LoveIt) +[![CircleCI](https://circleci.com/gh/dillonzq/LoveIt/tree/master.svg?style=svg)](https://circleci.com/gh/dillonzq/LoveIt/tree/master) English README | [简体中文说明](https://github.com/dillonzq/LoveIt/blob/master/README.zh-cn.md) @@ -130,6 +130,7 @@ LoveIt supports the following languages: * English * Simplified Chinese +* Traditional Chinese * French * Polish * Brazilian Portuguese diff --git a/README.zh-cn.md b/README.zh-cn.md index f3368b89..5c8d2a37 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -3,7 +3,7 @@ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/dillonzq/LoveIt?style=flat-square)](https://github.com/dillonzq/LoveIt/releases) [![Hugo](https://img.shields.io/badge/Hugo-%5E0.62.0-ff4088?style=flat-square&logo=hugo)](https://gohugo.io/) [![License](https://img.shields.io/github/license/dillonzq/LoveIt?style=flat-square)](https://github.com/dillonzq/LoveIt/blob/master/LICENSE) -[![CircleCI](https://img.shields.io/circleci/build/github/dillonzq/LoveIt/develop?label=CI&style=flat-square&logo=circleci)](https://app.circleci.com/pipelines/github/dillonzq/LoveIt) +[![CircleCI](https://circleci.com/gh/dillonzq/LoveIt/tree/master.svg?style=svg)](https://circleci.com/gh/dillonzq/LoveIt/tree/master) [English README](https://github.com/dillonzq/LoveIt/blob/master/README.md) | 简体中文说明 @@ -125,6 +125,7 @@ LoveIt 支持下列语言: * 英语 * 简体中文 +* 繁体中文 * 法语 * 波兰语 * 巴西葡萄牙语 diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock deleted file mode 100644 index e69de29b..00000000 diff --git a/i18n/zh-TW.toml b/i18n/zh-TW.toml index 05a25e5a..ced75dd7 100644 --- a/i18n/zh-TW.toml +++ b/i18n/zh-TW.toml @@ -1,5 +1,5 @@ -# Translations for Simplified Chinese -# 簡體中文的翻譯 +# Translations for Traditional Chinese +# 繁體中文的翻譯 # https://gohugo.io/content-management/multilingual/#translation-of-strings # === baseof ==