CB-10020 Translating the (Latest) text in version dropdown.

Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/cb0c09be
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/cb0c09be
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/cb0c09be

Branch: refs/heads/master
Commit: cb0c09bebc0396a7f66861d9467471e2da9ef944
Parents: 4284140
Author: Dmitry Blotsky <dmitry.blot...@gmail.com>
Authored: Fri Nov 20 16:59:03 2015 -0800
Committer: Dmitry Blotsky <dmitry.blot...@gmail.com>
Committed: Fri Nov 20 18:33:28 2015 -0800

----------------------------------------------------------------------
 www/_layouts/docs-de.html | 1 +
 www/_layouts/docs-en.html | 1 +
 www/_layouts/docs-es.html | 1 +
 www/_layouts/docs-fr.html | 1 +
 www/_layouts/docs-it.html | 1 +
 www/_layouts/docs-ja.html | 1 +
 www/_layouts/docs-ko.html | 1 +
 www/_layouts/docs-pl.html | 1 +
 www/_layouts/docs-ru.html | 1 +
 www/_layouts/docs-sl.html | 1 +
 www/_layouts/docs-zh.html | 1 +
 www/_layouts/docs.html    | 4 ++--
 12 files changed, 13 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs-de.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs-de.html b/www/_layouts/docs-de.html
index 0e14f62..352f795 100644
--- a/www/_layouts/docs-de.html
+++ b/www/_layouts/docs-de.html
@@ -4,6 +4,7 @@ outdated_text: "Dies ist nicht die neueste Version der 
Dokumentation!"
 in_development_text: "This version of the documentation is under development!"
 click_here_text: "Click here for the latest released version"
 toc_text: "Inhaltsverzeichnis"
+latest_text: "Letzte"
 ---
 
 {{ content }}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs-en.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs-en.html b/www/_layouts/docs-en.html
index 395c46f..86e3cb1 100644
--- a/www/_layouts/docs-en.html
+++ b/www/_layouts/docs-en.html
@@ -4,6 +4,7 @@ outdated_text: "This version of the documentation is outdated!"
 in_development_text: "This version of the documentation is under development!"
 click_here_text: "Click here for the latest released version"
 toc_text: "Table of Contents"
+latest_text: "Latest"
 ---
 
 {{ content }}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs-es.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs-es.html b/www/_layouts/docs-es.html
index b1d082e..a3e146b 100644
--- a/www/_layouts/docs-es.html
+++ b/www/_layouts/docs-es.html
@@ -4,6 +4,7 @@ outdated_text: "Esta no es la versión más reciente de la 
documentación!"
 in_development_text: "This version of the documentation is under development!"
 click_here_text: "Click here for the latest released version"
 toc_text: "Tabla de Contenidos"
+latest_text: "Ultima"
 ---
 
 {{ content }}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs-fr.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs-fr.html b/www/_layouts/docs-fr.html
index 2190268..0e52902 100644
--- a/www/_layouts/docs-fr.html
+++ b/www/_layouts/docs-fr.html
@@ -4,6 +4,7 @@ outdated_text: "Ca n'est past la dernière version de la 
documentation."
 in_development_text: "This version of the documentation is under development!"
 click_here_text: "Click here for the latest released version"
 toc_text: "Table des Matières"
+latest_text: "Dernière"
 ---
 
 {{ content }}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs-it.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs-it.html b/www/_layouts/docs-it.html
index fab1f83..4e94485 100644
--- a/www/_layouts/docs-it.html
+++ b/www/_layouts/docs-it.html
@@ -4,6 +4,7 @@ outdated_text: "Questa non è la versione più recente della 
documentazione!"
 in_development_text: "This version of the documentation is under development!"
 click_here_text: "Click here for the latest released version"
 toc_text: "Sommario"
+latest_text: "Latest"
 ---
 
 {{ content }}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs-ja.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs-ja.html b/www/_layouts/docs-ja.html
index 0578bea..670f615 100644
--- a/www/_layouts/docs-ja.html
+++ b/www/_layouts/docs-ja.html
@@ -4,6 +4,7 @@ outdated_text: 
"これがないドキュメントの最新バージョンです
 in_development_text: "This version of the documentation is under development!"
 click_here_text: "Click here for the latest released version"
 toc_text: "目次"
+latest_text: "Latest"
 ---
 
 {{ content }}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs-ko.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs-ko.html b/www/_layouts/docs-ko.html
index bd3c8b8..3095601 100644
--- a/www/_layouts/docs-ko.html
+++ b/www/_layouts/docs-ko.html
@@ -4,6 +4,7 @@ outdated_text: "이 아닌 문서의 최신 버전입니다!"
 in_development_text: "This version of the documentation is under development!"
 click_here_text: "Click here for the latest released version"
 toc_text: "차례"
+latest_text: "Latest"
 ---
 
 {{ content }}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs-pl.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs-pl.html b/www/_layouts/docs-pl.html
index ef2839c..76b99fb 100644
--- a/www/_layouts/docs-pl.html
+++ b/www/_layouts/docs-pl.html
@@ -4,6 +4,7 @@ outdated_text: "Nie jest to najnowsza wersja dokumentacji!"
 in_development_text: "This version of the documentation is under development!"
 click_here_text: "Click here for the latest released version"
 toc_text: "Spis treści"
+latest_text: "Latest"
 ---
 
 {{ content }}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs-ru.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs-ru.html b/www/_layouts/docs-ru.html
index 89d29ec..debfc5d 100644
--- a/www/_layouts/docs-ru.html
+++ b/www/_layouts/docs-ru.html
@@ -4,6 +4,7 @@ outdated_text: "Эта версия документации 
устарела!"
 in_development_text: "Эта версия документации нах
одится в стадии разработки!"
 click_here_text: "Нажмите здесь для последней 
выпущенной версии"
 toc_text: "Содержание"
+latest_text: "Последняя"
 ---
 
 <style type="text/css">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs-sl.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs-sl.html b/www/_layouts/docs-sl.html
index d82f05a..7869b69 100644
--- a/www/_layouts/docs-sl.html
+++ b/www/_layouts/docs-sl.html
@@ -4,6 +4,7 @@ outdated_text: "To ni najnovejša različica dokumentacije!"
 in_development_text: "This version of the documentation is under development!"
 click_here_text: "Click here for the latest released version"
 toc_text: "Kazalo"
+latest_text: "Latest"
 ---
 
 {{ content }}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs-zh.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs-zh.html b/www/_layouts/docs-zh.html
index 99cafe0..92dbc0d 100644
--- a/www/_layouts/docs-zh.html
+++ b/www/_layouts/docs-zh.html
@@ -4,6 +4,7 @@ outdated_text: "这不是文档的最新版本!"
 in_development_text: "This version of the documentation is under development!"
 click_here_text: "Click here for the latest released version"
 toc_text: "目录"
+latest_text: "Latest"
 ---
 
 {{ content }}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/cb0c09be/www/_layouts/docs.html
----------------------------------------------------------------------
diff --git a/www/_layouts/docs.html b/www/_layouts/docs.html
index d6d08f1..ad98d92 100644
--- a/www/_layouts/docs.html
+++ b/www/_layouts/docs.html
@@ -126,7 +126,7 @@ analytics_id: UA-64283057-1
                 <button class="btn btn-default dropdown-toggle" type="button" 
id="versionDropdown" data-toggle="dropdown" aria-haspopup="true" 
aria-expanded="true">
                     {{ page.version }}
                     {% if page.version == site.latest_docs_version %}
-                        (Latest)
+                        ({{ page.latest_text }})
                     {% endif %}
                     <span class="caret"></span>
                 </button>
@@ -141,7 +141,7 @@ analytics_id: UA-64283057-1
                         {% capture version_entry_string %}
                             {{ version }}
                             {% if version == site.latest_docs_version %}
-                                (Latest)
+                                ({{ page.latest_text }})
                             {% endif %}
                         {% endcapture %}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to