Changeset 3191 for WiredServer/trunk/localize.sh
- Timestamp:
- 08/15/05 12:45:56 (3 years ago)
- Files:
-
- WiredServer/trunk/localize.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredServer/trunk/localize.sh
r923 r3191 4 4 5 5 rm -f "$DST/English.lproj/Localizable.strings" 6 find . -name "*.[mc]" | xargs genstrings -s NSLS - q -o "$DST/English.lproj" -a6 find . -name "*.[mc]" | xargs genstrings -s NSLS -s WPLS -s WCLS -q -o "$DST/English.lproj" -a 7 7 8 8 exit 0
