OSDN Git Service

PATCH: [ 1418972 ] Web: Add version '2.5' to translation status
authorTim Gerundt <tim@gerundt.de>
Tue, 31 Jan 2006 20:19:34 +0000 (20:19 +0000)
committerTim Gerundt <tim@gerundt.de>
Tue, 31 Jan 2006 20:19:34 +0000 (20:19 +0000)
Web/developer/l10n/status.php
Web/developer/l10n/status.xml
Web/readme.txt

index 7c04a2f..d375ad2 100644 (file)
@@ -36,7 +36,7 @@ stable release (for example 2.2.x releases do not have changes after 2.2.0).</p>
   print("    <th class=\"left\">Language</th>\n");
   print("    <th class=\"left\">Status</th>\n");
   print("    <th class=\"left\">Author</th>\n");
-  print("    <th class=\"center\" colspan=\"6\">Versions</th>\n");
+  print("    <th class=\"center\" colspan=\"7\">Versions</th>\n");
   print("  </tr>\n");
   $languages = $status['L10N'][0]['LANGUAGE'];
   $languages = $page->multisortArray($languages, 'NAME', SORT_ASC);
@@ -85,6 +85,7 @@ stable release (for example 2.2.x releases do not have changes after 2.2.0).</p>
     }
     print("</td>\n");
 
+    $version_25 = '&nbsp;';
     $version_24 = '&nbsp;';
     $version_23 = '&nbsp;';
     $version_22 = '&nbsp;';
@@ -95,6 +96,9 @@ stable release (for example 2.2.x releases do not have changes after 2.2.0).</p>
       $version = $versions[$j]['VALUE'];
       
       switch ($version) {
+        case '2.5':
+          $version_25 = '<span title="latest development version">2.5</span>';
+          break;
         case '2.4':
           $version_24 = '<strong title="latest stable version">2.4</strong>';
           break;
@@ -115,6 +119,7 @@ stable release (for example 2.2.x releases do not have changes after 2.2.0).</p>
           break;
       }
     }
+    print("    <td class=\"center\">" . $version_25 . "</td>\n");
     print("    <td class=\"center\">" . $version_24 . "</td>\n");
     print("    <td class=\"center\">" . $version_23 . "</td>\n");
     print("    <td class=\"center\">" . $version_22 . "</td>\n");
index 190ac2e..885637d 100644 (file)
@@ -43,6 +43,7 @@
       </author>
     </authors>
     <versions>
+      <version>2.5</version>
       <version>2.4</version>
       <version>2.3</version>
       <version>2.2</version>
       <author>
         <name>Andrea Decorte (Klenje)</name>
         <email>klenje at users dot sourceforge dot net</email>
-        <comment>2.4, 2.3, 2.2 &amp; 2.1</comment>
+        <comment>2.5 - 2.1</comment>
       </author>
     </authors>
     <versions>
+      <version>2.5</version>
       <version>2.4</version>
       <version>2.3</version>
       <version>2.2</version>
       <author>
         <name>Hans Eriksson</name>
         <email>hans dot ericson at bredband dot net</email>
-        <comment>2.4, 2.3, 2.2 &amp; 2.1</comment>
+        <comment>2.5 - 2.1</comment>
       </author>
     </authors>
     <versions>
+      <version>2.5</version>
       <version>2.4</version>
       <version>2.3</version>
       <version>2.2</version>
index 0c452d8..c86024c 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-31 Tim
+ PATCH: [ 1418972 ] Web: Add version '2.5' to translation status
+  Web\developer\l10n: status.php status.xml
+
 2006-01-23 Tim
  BUG: [ 1412395 ] Misspelling in l10n docs
   Web\developer\l10n: instructions.php