COVIDSafe code from version 2.9 ()

This commit is contained in:
COVIDSafe Support 2021-12-10 19:05:42 +11:00 committed by GitHub
parent 9f175b5487
commit cab6cb1510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 944 additions and 786 deletions

View file

@ -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