[Mapbender-commits] r3733 - trunk/mapbender/tools

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Mar 16 05:53:34 EDT 2009


Author: astrid_emde
Date: 2009-03-16 05:53:34 -0400 (Mon, 16 Mar 2009)
New Revision: 3733

Modified:
   trunk/mapbender/tools/i18n_add_translations_to_Mapbender_po.sh
Log:
echo added for explanation

Modified: trunk/mapbender/tools/i18n_add_translations_to_Mapbender_po.sh
===================================================================
--- trunk/mapbender/tools/i18n_add_translations_to_Mapbender_po.sh	2009-03-16 09:48:02 UTC (rev 3732)
+++ trunk/mapbender/tools/i18n_add_translations_to_Mapbender_po.sh	2009-03-16 09:53:34 UTC (rev 3733)
@@ -2,6 +2,8 @@
 then
 	echo "$0 error: Please enter the path to the script that you want to check for new translations."
 	echo "Enter the path like this: http/php/mb_listGUIs.php"
+	echo "f.e.: i18n_add_translations_to_Mapbender_po.sh [path to the file]"	
+	echo "f.e.: i18n_add_translations_to_Mapbender_po.sh http/php/mb_listGUIs.php"
 else
 	xgettext -p ../resources/locale/bg_BG/LC_MESSAGES/ -o Mapbender.po -L php -j --keyword=_mb -n --from-code 	utf-8 ../$1
 	echo "$1: new Translations added to Mapbender.po bg_BG"



More information about the Mapbender_commits mailing list