diff --git a/src/site/es/resources/css/site.css b/src/site/es/resources/css/site.css index 881169dd878..0284f3192cd 100644 --- a/src/site/es/resources/css/site.css +++ b/src/site/es/resources/css/site.css @@ -27,4 +27,5 @@ li.es {background: url('../../images/es.png') left no-repeat;padding-left: 32px; li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px; margin: 10px} li.fr {background: url('../../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px} li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px} +li.zh-tw {background: url('../../images/zh-tw.png') left no-repeat;padding-left: 32px; margin: 10px} li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px} diff --git a/src/site/fr/resources/css/site.css b/src/site/fr/resources/css/site.css index 881169dd878..0284f3192cd 100644 --- a/src/site/fr/resources/css/site.css +++ b/src/site/fr/resources/css/site.css @@ -27,4 +27,5 @@ li.es {background: url('../../images/es.png') left no-repeat;padding-left: 32px; li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px; margin: 10px} li.fr {background: url('../../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px} li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px} +li.zh-tw {background: url('../../images/zh-tw.png') left no-repeat;padding-left: 32px; margin: 10px} li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px} diff --git a/src/site/ja/resources/css/site.css b/src/site/ja/resources/css/site.css index 881169dd878..0284f3192cd 100644 --- a/src/site/ja/resources/css/site.css +++ b/src/site/ja/resources/css/site.css @@ -27,4 +27,5 @@ li.es {background: url('../../images/es.png') left no-repeat;padding-left: 32px; li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px; margin: 10px} li.fr {background: url('../../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px} li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px} +li.zh-tw {background: url('../../images/zh-tw.png') left no-repeat;padding-left: 32px; margin: 10px} li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px} diff --git a/src/site/ko/resources/css/site.css b/src/site/ko/resources/css/site.css index 881169dd878..0284f3192cd 100644 --- a/src/site/ko/resources/css/site.css +++ b/src/site/ko/resources/css/site.css @@ -27,4 +27,5 @@ li.es {background: url('../../images/es.png') left no-repeat;padding-left: 32px; li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px; margin: 10px} li.fr {background: url('../../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px} li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px} +li.zh-tw {background: url('../../images/zh-tw.png') left no-repeat;padding-left: 32px; margin: 10px} li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px} diff --git a/src/site/resources/images/zh-tw.png b/src/site/resources/images/zh-tw.png new file mode 100644 index 00000000000..4cee789560f Binary files /dev/null and b/src/site/resources/images/zh-tw.png differ diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 9acbdb4dc16..4bf38903ccc 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -28,16 +28,11 @@

- MyBatis is a first class persistence framework with support for - custom SQL, - stored procedures and advanced mappings. MyBatis - eliminates almost - all of the JDBC code and manual setting of - parameters and retrieval - of results. MyBatis can use simple XML or - Annotations for - configuration and map primitives, Map interfaces and - Java POJOs + MyBatis is a first class persistence framework with support for custom SQL, + stored procedures and advanced mappings. MyBatis eliminates almost + all of the JDBC code and manual setting of parameters and retrieval + of results. MyBatis can use simple XML or Annotations for + configuration and map primitives, Map interfaces and Java POJOs (Plain Old Java Objects) to database records.

@@ -54,7 +49,7 @@ Fork the repository, update them and send a pull request.

- You’re the best author of this documentation, people like you have + You're the best author of this documentation, people like you have to read it!

@@ -68,6 +63,7 @@
  • 日本語
  • 한국어
  • 简体中文
  • +
  • 正體中文
  • Do you want to read about MyBatis in your own native language? File an issue providing patches with your mother tongue documentation!

    @@ -76,4 +72,3 @@ - diff --git a/src/site/zh-tw/resources/css/site.css b/src/site/zh-tw/resources/css/site.css index 881169dd878..0284f3192cd 100644 --- a/src/site/zh-tw/resources/css/site.css +++ b/src/site/zh-tw/resources/css/site.css @@ -27,4 +27,5 @@ li.es {background: url('../../images/es.png') left no-repeat;padding-left: 32px; li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px; margin: 10px} li.fr {background: url('../../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px} li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px} +li.zh-tw {background: url('../../images/zh-tw.png') left no-repeat;padding-left: 32px; margin: 10px} li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px} diff --git a/src/site/zh-tw/xdoc/index.xml b/src/site/zh-tw/xdoc/index.xml index 1e4dd626857..e28759d30e5 100644 --- a/src/site/zh-tw/xdoc/index.xml +++ b/src/site/zh-tw/xdoc/index.xml @@ -52,7 +52,8 @@
  • 日本語
  • 한국어
  • -
  • 簡體中文
  • +
  • 简体中文
  • +
  • 正體中文
  • 想用你的母語來了解 MyBatis 嗎?那就將文件翻譯成你的母語並提供給我們吧!

    diff --git a/src/site/zh/resources/css/site.css b/src/site/zh/resources/css/site.css index 881169dd878..0284f3192cd 100644 --- a/src/site/zh/resources/css/site.css +++ b/src/site/zh/resources/css/site.css @@ -27,4 +27,5 @@ li.es {background: url('../../images/es.png') left no-repeat;padding-left: 32px; li.ja {background: url('../../images/ja.png') left no-repeat;padding-left: 32px; margin: 10px} li.fr {background: url('../../images/fr.png') left no-repeat;padding-left: 32px; margin: 10px} li.zh {background: url('../../images/zh.png') left no-repeat;padding-left: 32px; margin: 10px} +li.zh-tw {background: url('../../images/zh-tw.png') left no-repeat;padding-left: 32px; margin: 10px} li.ko {background: url('../../images/ko.png') left no-repeat;padding-left: 32px; margin: 10px} diff --git a/src/site/zh/xdoc/index.xml b/src/site/zh/xdoc/index.xml index 1998a7d7c8a..b3b524eae68 100644 --- a/src/site/zh/xdoc/index.xml +++ b/src/site/zh/xdoc/index.xml @@ -53,6 +53,7 @@
  • 日本語
  • 한국어
  • 简体中文
  • +
  • 正體中文
  • 想用你的母语来了解 MyBatis 吗?那就将文档翻译成你的母语并提供给我们吧!