root/Tuna/trunk/localize.sh

Revision 2814, 153 bytes (checked in by morris, 3 years ago)

Initial import

  • Property svn:executable set to
  • Property svn:keywords set to Id Rev
Line 
1 #!/bin/sh
2
3 DST=$1
4
5 rm -f "$DST/English.lproj/Localizable.strings"
6 find . -name "*.[mc]" | xargs genstrings -s NSLS -q -o "$DST/English.lproj" -a
7
8 exit 0
Note: See TracBrowser for help on using the browser.