root/WiredServer/trunk/localize.sh

Revision 4251, 229 bytes (checked in by morris, 2 years ago)

Update localization

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