gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r643 - GNUnet-docs/WWW i18nHTML i18nHTML/src


From: grothoff
Subject: [GNUnet-SVN] r643 - GNUnet-docs/WWW i18nHTML i18nHTML/src
Date: Sun, 10 Apr 2005 23:41:36 -0700 (PDT)

Author: grothoff
Date: 2005-04-10 23:41:33 -0700 (Sun, 10 Apr 2005)
New Revision: 643

Modified:
   GNUnet-docs/WWW/status.php
   i18nHTML/ChangeLog
   i18nHTML/src/status.php
Log:
fix

Modified: GNUnet-docs/WWW/status.php
===================================================================
--- GNUnet-docs/WWW/status.php  2005-04-11 06:38:13 UTC (rev 642)
+++ GNUnet-docs/WWW/status.php  2005-04-11 06:41:33 UTC (rev 643)
@@ -85,7 +85,7 @@
 W("%s translated sentences in database.", $num);
 P();
 foreach ($stats as $a => $b) {
-  W("%s translations available in %s.", $b, $a);
+  W("%s translations available in %s.", ARRAY($b, $a));
   BR();
 }
 generateFooter();

Modified: i18nHTML/ChangeLog
===================================================================
--- i18nHTML/ChangeLog  2005-04-11 06:38:13 UTC (rev 642)
+++ i18nHTML/ChangeLog  2005-04-11 06:41:33 UTC (rev 643)
@@ -1,3 +1,10 @@
+Mon Apr 11 01:28:49 EST 2005   CG
+       Big code cleanup, removing dead and redundant code.
+       Also fixed problems with voting and various problems
+       with escaping quotes.  Changed format of database to
+       not contain urlencoded strings in the source language
+       (cleaner, easier to read).  Releasing i18nHTML 0.2.0.
+
 Sun Apr  3 20:54:14 EST 2005   CG
         Trying to fix I18N character set issues with
        code from yacs.  Still testing, likely to break
@@ -4,7 +11,7 @@
        the database encoding (will require re-coding of
        existing translations, script to do so will be 
        done after I'm sure that this approach actually
-       works).
+       works).  Releasing i18nHTML 0.1.0.
        
 Tue Jan  4 13:30:20 EST 2005   CG
        Added code to create an initial database to bootstrap 

Modified: i18nHTML/src/status.php
===================================================================
--- i18nHTML/src/status.php     2005-04-11 06:38:13 UTC (rev 642)
+++ i18nHTML/src/status.php     2005-04-11 06:41:33 UTC (rev 643)
@@ -85,7 +85,7 @@
 W("%s translated sentences in database.", $num);
 P();
 foreach ($stats as $a => $b) {
-  W("%s translations available in %s.", $b, $a);
+  W("%s translations available in %s.", ARRAY($b, $a));
   BR();
 }
 generateFooter();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]