root/branches/ssl-addon/trunk/updateToPOT

Revision 749, 194 bytes (checked in by raphael, 1 year ago)

Improved language files installer
Improved languages table structure
Updated fr_FR.po (thanks to Vianney)
Added workaround for #289
Fixed #574: Invalid Command "CBandUser" at Apache start up

  • Property svn:executable set to *
Line 
1 #!/bin/sh
2
3 if [ ! -d language-files ]; then
4         echo 'language-files  is not a valid directory!'
5         exit 1
6 fi
7
8 cd language-files
9
10 for i in *.po; do
11         echo $i
12         msgmerge --no-wrap -U $i ispCP.pot
13 done
Note: See TracBrowser for help on using the browser.