mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-05-30 00:55:19 +00:00
COVIDSafe code from version 2.9 (#55)
This commit is contained in:
parent
9f175b5487
commit
cab6cb1510
18 changed files with 944 additions and 786 deletions
scripts
|
@ -1,6 +1,6 @@
|
|||
LOKALISE_TOKEN=$1
|
||||
|
||||
lokalise2 --token $LOKALISE_TOKEN --project-id 961497065ee6ad1e440843.11368444 file download --format strings --dest ../temp --unzip-to ../temp/locales
|
||||
lokalise2 --token $LOKALISE_TOKEN --project-id 99670955616fccfa149649.92277036 file download --format strings --dest ../temp --unzip-to ../temp/locales
|
||||
|
||||
for directory in `find ../temp/locales -type d`
|
||||
do
|
||||
|
@ -37,9 +37,9 @@ do
|
|||
continue
|
||||
fi
|
||||
|
||||
echo "Contatenating $filename to Localizable.strings"
|
||||
echo "Concatenating $filename to Localizable.strings"
|
||||
|
||||
cat "$file" >> "$directory/Localizable.strings"
|
||||
(echo ;cat "$file") >> "$directory/Localizable.strings"
|
||||
|
||||
echo "Deleting $file"
|
||||
rm $file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue