[www-doc] [Git][VideoLAN.org/websites][master] i18n stats: dont create an additional catalog

Konstantin Pavlov gitlab at videolan.org
Tue Apr 14 23:23:02 CEST 2020



Konstantin Pavlov pushed to branch master at VideoLAN organization / websites


Commits:
936377d6 by Konstantin Pavlov at 2020-04-15T00:22:28+03:00
i18n stats: dont create an additional catalog

- - - - -


1 changed file:

- www.videolan.org/developers/i18n/vlcstat.php


Changes:

=====================================
www.videolan.org/developers/i18n/vlcstat.php
=====================================
@@ -70,7 +70,7 @@
 	imagestring( $image, 5, 65, 2 , floor($pc_tr)."%" , $black);
 
         /* Save and destroy the image */
-        imagepng($image,"$path/images/i18n_stats/image_$pofile.png");
+        imagepng($image,"$path/images/image_$pofile.png");
 	imagedestroy($image);
  
         /* Display results */
@@ -78,7 +78,7 @@
         <td class=\"i18n_stats\">%d</td><td class=\"i18n_stats2\">%.2f</td>
         <td class=\"i18n_stats\">%d</td><td class=\"i18n_stats2\">%.2f</td>
         <td class=\"i18n_stats\">%d</td><td class=\"i18n_stats2\">%.2f</td>
-        <td class=\"i18n_graph\"><img src=\"images/i18n_stats/image_$pofile.png\" alt=\"$pofile\"/></td></tr>",$names[$pofile],$tr,$pc_tr,$fu,$pc_fu,$ut,$pc_ut);
+        <td class=\"i18n_graph\"><img src=\"images/image_$pofile.png\" alt=\"$pofile\"/></td></tr>",$names[$pofile],$tr,$pc_tr,$fu,$pc_fu,$ut,$pc_ut);
      }
 
 



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/936377d6026733af6704ce9f5c5f0cc38a858aa2

-- 
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/936377d6026733af6704ce9f5c5f0cc38a858aa2
You're receiving this email because of your account on code.videolan.org.




More information about the www-doc mailing list