diff options
| author | Chris Rebert <[email protected]> | 2013-10-14 01:21:26 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-14 01:21:26 -0700 |
| commit | 3431f32349815aa1ea05a46a6ed7d58984e59a3d (patch) | |
| tree | df1e5f2be6cb275d232c8ce7caca47ca1e0a83cb | |
| parent | 3c69f59fe51fb816c07c890d7c2ccf616e69ec0c (diff) | |
| parent | ee8ba8b54039b7192fbb2da862d152189a5bb766 (diff) | |
| download | bootstrap-3431f32349815aa1ea05a46a6ed7d58984e59a3d.tar.xz bootstrap-3431f32349815aa1ea05a46a6ed7d58984e59a3d.zip | |
Merge pull request #11079 from wangsai/mother-language
change english link text to chinese
| -rw-r--r-- | about.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/about.html b/about.html index 4fb90f713..55ec4e871 100644 --- a/about.html +++ b/about.html @@ -77,9 +77,9 @@ base_url: "../" </div> <p class="lead">Community members have translated Bootstrap's documentation into various langauges. None are officially supported and may not always be up to date.</p> <ul> - <li><a href="http://v3.bootcss.com/">Bootstrap in Chinese</a></li> - <li><a href="http://bootstrap.oneskyapp.net/ru">Bootstrap in Russian</a></li> - <li><a href="http://bootstrap.oneskyapp.net/es">Bootstrap in Spanish</a></li> + <li><a href="http://v3.bootcss.com/">Bootstrap 中文文档 (Chinese)</a></li> + <li><a href="http://bootstrap.oneskyapp.net/ru">Bootstrap по-русски (Russian)</a></li> + <li><a href="http://bootstrap.oneskyapp.net/es">Bootstrap en Español (Spanish)</a></li> </ul> <p>Have another language to add, or perhaps a different or better translation? Let us know by <a href="https://github.com/twbs/bootstrap/issues/new">opening an issue</a>.</p> </div> |
