[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/media/includes/classes
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2012-06-14 21:57:40
Message-ID: 20120614215740.DFACFAC779 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1300701 by aacid:

this is already translated in edu.kde.org, just was not being correctly calling i18n_var


 M  +2 -1      class_appdata.inc  


--- trunk/www/media/includes/classes/class_appdata.inc #1300700:1300701
@@ -34,6 +34,7 @@
 
         function descriptionHtml() {
             $description = $this->data['description'];
+            $description = i18n_var($description);
             if(substr($description, 0, 3) != '<p>') {
                 $description = '<p>'.$description.'</p>';
             }
@@ -50,7 +51,7 @@
                 }
                 if ($liOpen)
                     $html .= '</li>';
-                $html .= '<li>'.$item;
+                $html .= '<li>'.i18n_var($item);
                 $liOpen = true;
             }
             $html .= '</li></ul>';
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic