[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] doc: add link text to other language links

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:49:22 JST 2012


Kouhei Sutou	2012-03-28 16:51:59 +0900 (Wed, 28 Mar 2012)

  New Revision: 8ed5b566ebcf61e5fc9b87cfebd66ea36327e002
  https://github.com/mroonga/mroonga/commit/8ed5b566ebcf61e5fc9b87cfebd66ea36327e002

  Log:
    doc: add link text to other language links

  Modified files:
    doc/themes/mroonga/layout.html

  Modified: doc/themes/mroonga/layout.html (+2 -2)
===================================================================
--- doc/themes/mroonga/layout.html    2012-03-28 16:51:24 +0900 (a4b9b04)
+++ doc/themes/mroonga/layout.html    2012-03-28 16:51:59 +0900 (394f809)
@@ -28,10 +28,10 @@
   <div class="other-language-links">
     <ul>
 {%- if language != "en" %}
-      <li><a href="{{ pathto('../../en/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/us.png', 1) }}" alt="English"></a></li>
+      <li><a href="{{ pathto('../../en/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/us.png', 1) }}" alt="English">English version</a></li>
 {%- endif %}
 {%- if language != "ja" %}
-      <li><a href="{{ pathto('../../ja/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/jp.png', 1) }}" alt="日本語"></a></li>
+      <li><a href="{{ pathto('../../ja/html/', 1) }}{{ pathto(pagename, 0, '.') }}"><img src="{{ pathto('_static/jp.png', 1) }}" alt="日本語">日本語版はこちら</a></li>
 {%- endif %}
     </ul>
   </div>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index