Changeset 1561 for trunk/gregarius/dist
- Timestamp:
- 09/09/06 14:52:23 (2 years ago)
- Location:
- trunk/gregarius/dist
- Files:
-
- 2 modified
-
convert.php (modified) (1 diff)
-
l10n.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/dist/convert.php
r1559 r1561 42 42 fclose($new); 43 43 44 //rename($old, $old. '.old');45 //rename($new, $old);44 rename($oldfile, $oldfile . '.old'); 45 rename($newfile, $oldfile); 46 46 47 47 echo "\tdone!\n"; -
trunk/gregarius/dist/l10n.sh
r1505 r1561 9 9 touch $POT 10 10 echo "Updating template: $POT" 11 find . -name \*.php | xargs xgettext -o $POT --no-wrap-j -lPHP -k__11 find . -name \*.php | xargs xgettext -o $POT -j -lPHP -k__ 12 12 13 13 POFILE=messages.po
