This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch jbake in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git
commit 85aeb6e7c20a7fe2510895871074d1faa0ef86ac Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Sun Apr 5 11:12:19 2020 +0200 add 'static' part of the translation status page --- src/main/config/i18n-header.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/main/config/i18n-header.txt b/src/main/config/i18n-header.txt new file mode 100644 index 0000000..5dd626b --- /dev/null +++ b/src/main/config/i18n-header.txt @@ -0,0 +1,27 @@ +breadcrumb={"url": "https://jspwiki.apache.org/development/", "name": "I18n status" } +status=published +title=I18n status +type=page +~~~~~~ +Apache JSPWiki translation status +--------------------------------- + +Apache JSPWiki is available in several languages. You can help us by <strong>improving, completing or adding new translations!</strong>. See <a href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=HowToI18n">Apache JSPWiki's translations</a> for details. + +The table below depicts, for each available language, as of last commit: + +* the translation status +* the number of outdated or duplicated entries +* if it has an associated set of inital WikiPages +<br/> + +<div class="graphBars% translated-LimeGreen-IndianRed-minv0-max300-inside-progress"> +<div class="graphBars# outdated-minv0-min20-max150-inside-warning"> +<div class="graphBars# duplicates-minv0-min20-max90-inside-warning"> +<table class="wikitable table-condensed table-bordered" border="1"> + <tr> + <th>Locale</th> + <th style="width:400px">% translated</th> + <th># outdated</th> + <th># duplicates</th> + </tr>
