Changeset 1735 for trunk/locale/base/gather-messages.sh
- Timestamp:
- 09/02/08 16:20:11 (4 months ago)
- Files:
-
- 1 modified
-
trunk/locale/base/gather-messages.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/locale/base/gather-messages.sh
r1704 r1735 59 59 msgfmt -v -c ../$i/LC_MESSAGES/messages.po -o ../$i/LC_MESSAGES/messages.mo 60 60 rm -f ../$i/LC_MESSAGES/messages.po~ 61 obs=`cat ../$i/LC_MESSAGES/messages.po | grep '^#~' | wc -l` 62 echo "Obsolete: $obs" 61 63 done 62 64 ;;
