diff --git a/pom.xml b/pom.xml
index 5b9bb0a2d75..1cd390d9685 100644
--- a/pom.xml
+++ b/pom.xml
@@ -361,7 +361,7 @@
org.apache.maven.plugins
maven-site-plugin
- en,es,ja,fr,zh_CN,ko
+ en,es,ja,fr,zh_CN,zh_TW,ko
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/css/site.css b/src/site/resources/css/site.css
index 292e7fa6563..4244f8848de 100644
--- a/src/site/resources/css/site.css
+++ b/src/site/resources/css/site.css
@@ -28,3 +28,4 @@ li.ja {background: url('../images/ja.png') left no-repeat;padding-left: 32px; ma
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.ko {background: url('../images/ko.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}
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/site_zh-tw.xml b/src/site/site_zh-tw.xml
new file mode 100644
index 00000000000..dd1666805ac
--- /dev/null
+++ b/src/site/site_zh-tw.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
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 @@