Changeset 461

Show
Ignore:
Timestamp:
02/14/05 10:18:55 (8 years ago)
Author:
aprilp
Message:

Was not working as expected, it will now get the

gettext from smarty properly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/locale/gen.sh

    r455 r461  
    11for i in fr; do 
    2     echo > smarty.txt 
     2    echo '<?php' > smarty.txt 
    33    find ../templates -name "*.html" -exec ./gensmarty.pl {} >> smarty.txt \; 
    44    find ../local_content -name "*.html" -exec ./gensmarty.pl {} >> smarty.txt \; 
    55    find ../admin/templates -name "*.html" -exec ./gensmarty.pl {} >> smarty.txt \; 
     6    echo '?>' >> smarty.txt 
    67 
    78    FILE="$i/LC_MESSAGES/messages.po"