Skip to content

Commit

Permalink
Add Traditional Chinese language link
Browse files Browse the repository at this point in the history
  • Loading branch information
doggy8088 committed Jun 18, 2022
1 parent e6f8138 commit 4636da9
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions src/site/es/resources/css/site.css
Expand Up @@ -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}
1 change: 1 addition & 0 deletions src/site/fr/resources/css/site.css
Expand Up @@ -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}
1 change: 1 addition & 0 deletions src/site/ja/resources/css/site.css
Expand Up @@ -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}
1 change: 1 addition & 0 deletions src/site/ko/resources/css/site.css
Expand Up @@ -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}
Binary file added src/site/resources/images/zh-tw.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 7 additions & 12 deletions src/site/xdoc/index.xml
Expand Up @@ -28,16 +28,11 @@
<section name="Introduction">
<subsection name="What is MyBatis?">
<p>
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.
</p>
</subsection>
Expand All @@ -54,7 +49,7 @@
Fork the repository, update them and send a pull request.
</p>
<p>
Youre 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!
</p>
</subsection>
Expand All @@ -68,6 +63,7 @@
<li class="ja"><a href="./ja/index.html">日本語</a></li>
<li class="ko"><a href="./ko/index.html">한국어</a></li>
<li class="zh"><a href="./zh/index.html">简体中文</a></li>
<li class="zh-tw"><a href="./zh-tw/index.html">正體中文</a></li>
</ul>
<p>Do you want to read about MyBatis in your own native language? File an issue providing patches with your
mother tongue documentation!</p>
Expand All @@ -76,4 +72,3 @@
</body>

</document>

1 change: 1 addition & 0 deletions src/site/zh-tw/resources/css/site.css
Expand Up @@ -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}
3 changes: 2 additions & 1 deletion src/site/zh-tw/xdoc/index.xml
Expand Up @@ -52,7 +52,8 @@
<!-- <li class="fr"><a href="./fr/index.html">Français</a></li> -->
<li class="ja"><a href="../ja/index.html">日本語</a></li>
<li class="ko"><a href="../ko/index.html">한국어</a></li>
<li class="zh"><a href="./getting-started.html">簡體中文</a></li>
<li class="zh"><a href="../zh/index.html">简体中文</a></li>
<li class="zh-tw"><a href="./getting-started.html">正體中文</a></li>
</ul>
<p>想用你的母語來了解 MyBatis 嗎?那就將文件翻譯成你的母語並提供給我們吧!</p>
</subsection>
Expand Down
1 change: 1 addition & 0 deletions src/site/zh/resources/css/site.css
Expand Up @@ -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}
1 change: 1 addition & 0 deletions src/site/zh/xdoc/index.xml
Expand Up @@ -53,6 +53,7 @@
<li class="ja"><a href="../ja/index.html">日本語</a></li>
<li class="ko"><a href="../ko/index.html">한국어</a></li>
<li class="zh"><a href="./getting-started.html">简体中文</a></li>
<li class="zh-tw"><a href="../zh-tw/getting-started.html">正體中文</a></li>
</ul>
<p>想用你的母语来了解 MyBatis 吗?那就将文档翻译成你的母语并提供给我们吧!</p>
</subsection>
Expand Down

0 comments on commit 4636da9

Please sign in to comment.