Skip to content

Commit

Permalink
Rename zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Scoff committed Oct 12, 2017
1 parent 4031bcc commit e9fbffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/localizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ find $1 -name "*.swift" ! -path "$1/R.generated.swift" -print0 | xargs -0 xcrun

tools/lokalise --token $2 import 3947163159df13df851b51.98101647 --file Localizable.strings --lang_iso en
tools/lokalise --token $2 export 3947163159df13df851b51.98101647 --type strings --bundle_structure %LANG_ISO%.lproj/Localizable.%FORMAT%
unzip -o Trust.zip -d $1/Localization
unzip -o Trust-Localizable.zip -d $1/Localization

0 comments on commit e9fbffd

Please sign in to comment.