[GRASS-SVN] r30964 - grass-web/trunk/devel

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 13 01:54:10 EDT 2008


Author: neteler
Date: 2008-04-13 01:54:09 -0400 (Sun, 13 Apr 2008)
New Revision: 30964

Modified:
   grass-web/trunk/devel/i18n.inc
   grass-web/trunk/devel/i18n_stats.inc
Log:
added wxgrass

Modified: grass-web/trunk/devel/i18n.inc
===================================================================
--- grass-web/trunk/devel/i18n.inc	2008-04-12 22:23:34 UTC (rev 30963)
+++ grass-web/trunk/devel/i18n.inc	2008-04-13 05:54:09 UTC (rev 30964)
@@ -36,11 +36,12 @@
 
 <h3>HOWTO</h3>
 
-We have 3 types of .po files per language (see locale/po/):
+We have 4 types of .po files per language (see locale/po/):
 <ul>
 <li> grasslibs_LANG.po: messages from libraries
 <li> grassmods_LANG.po: messages from commands ("modules")
 <li> grasstcl_LANG.po:  messages from TclTk graphical user interface
+<li> grasswxpy_LANG.po:  messages from wxgrass/wxPython graphical user interface
 </ul>
 
 Briefly, the steps to translate messages are (may be modified in future,

Modified: grass-web/trunk/devel/i18n_stats.inc
===================================================================
--- grass-web/trunk/devel/i18n_stats.inc	2008-04-12 22:23:34 UTC (rev 30963)
+++ grass-web/trunk/devel/i18n_stats.inc	2008-04-13 05:54:09 UTC (rev 30964)
@@ -83,13 +83,14 @@
 // $file = "../grass63/binary/linux/snapshot/i18n_stats.txt";
 // Präprocessing: cat i18n_stats.txt|grep mod > out.mods
 // Präprocessing: cat i18n_stats.txt|grep lib > out.libs
-// Präprocessing: cat i18n_stats.txt|gretcl > out.tcl
+// Präprocessing: cat i18n_stats.txt|grep tcl > out.tcl
 //$file_libs="../grass63/binary/linux/snapshot/i18n_stats_libs.txt";
 //$file_mods="../grass63/binary/linux/snapshot/i18n_stats_mods.txt";
 //$file_tcl="../grass63/binary/linux/snapshot/i18n_stats_tcl.txt";
 $file_libs="http://grass.osgeo.org/grass63/binary/linux/snapshot/i18n_stats_libs.txt";
 $file_mods="http://grass.osgeo.org/grass63/binary/linux/snapshot/i18n_stats_mods.txt";
 $file_tcl="http://grass.osgeo.org/grass63/binary/linux/snapshot/i18n_stats_tcl.txt";
+$file_wxpy="http://grass.osgeo.org/grass63/binary/linux/snapshot/i18n_stats_wxpy.txt";
 // $file_libs="/tmp/i18n_stats_libs.txt";
 // $file_mods="/tmp/i18n_stats_mods.txt";
 
@@ -116,6 +117,9 @@
 echo "<h2>GRASSTCL</h2>\n";
 generate_table($file_tcl);
 
+echo "<h2>GRASSWXPY</h2>\n";
+generate_table($file_wxpy);
+
 ?>
 
 <br>



More information about the grass-commit mailing list