Changeset 1604 for branches/multiuser/dist/l10n.sh
- Timestamp:
- 10/16/06 06:31:35 (2 years ago)
- Files:
-
- 1 modified
-
branches/multiuser/dist/l10n.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/multiuser/dist/l10n.sh
r1505 r1604 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
