Index: i18n_step_2.sh
===================================================================
--- i18n_step_2.sh	(revision 449)
+++ i18n_step_2.sh	(revision 450)
@@ -0,0 +1,8 @@
+#!/bin/sh
+GAME=mania_drive
+echo -e "\n--- Compiling spanish version...\n"
+msgfmt -c -v -o locale/es/LC_MESSAGES/$GAME.mo locale/es/LC_MESSAGES/$GAME.po && echo "--- Spanish version OK"
+echo -e "\n--- Compiling french version...\n"
+msgfmt -c -v -o locale/fr/LC_MESSAGES/$GAME.mo locale/fr/LC_MESSAGES/$GAME.po && echo "--- French version OK"
+echo -e "\n--- Compiling italian version...\n"
+msgfmt -c -v -o locale/it/LC_MESSAGES/$GAME.mo locale/it/LC_MESSAGES/$GAME.po && echo "--- Italian version OK"

Property changes on: i18n_step_2.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property