Changeset 461
- Timestamp:
- 02/14/05 10:18:55 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/locale/gen.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/locale/gen.sh
r455 r461 1 1 for i in fr; do 2 echo > smarty.txt2 echo '<?php' > smarty.txt 3 3 find ../templates -name "*.html" -exec ./gensmarty.pl {} >> smarty.txt \; 4 4 find ../local_content -name "*.html" -exec ./gensmarty.pl {} >> smarty.txt \; 5 5 find ../admin/templates -name "*.html" -exec ./gensmarty.pl {} >> smarty.txt \; 6 echo '?>' >> smarty.txt 6 7 7 8 FILE="$i/LC_MESSAGES/messages.po"
