Show
Ignore:
Timestamp:
08/15/05 12:45:56 (3 years ago)
Author:
morris
Message:

Use WPLS and WCLS to resolve localized strings from proper bundles

Files:

Legend:

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

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