Show
Ignore:
Timestamp:
06/08/06 19:47:30 (2 years ago)
Author:
morris
Message:

Update localization

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/localize.sh

    r3191 r4251  
    44 
    55rm -f "$DST/English.lproj/Localizable.strings" 
    6 find . -name "*.[mc]" | xargs genstrings -s NSLS -s WPLS -s WCLS -q -o "$DST/English.lproj" -a 
     6find . -name "*.[mc]" | xargs genstrings -s WPLS -q -o "$DST/English.lproj" 
     7find . -name "*.[mc]" | xargs genstrings -s WCLS -q -o "$DST/English.lproj" -a 
    78 
    89exit 0