Skip to content

Commit

Permalink
chore(ci): ensure l10n projects exist
Browse files Browse the repository at this point in the history
  • Loading branch information
akx authored and lwouis committed Jan 25, 2021
1 parent 25343ea commit f67406f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/import_l10n_strings_from_poeditor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function updateLanguageFile() {
-d order="terms" \
-d type="apple_strings")"
fileUrl="$(jq -r '.result.url' <<<"$exportApiJson")"
mkdir -p "resources/l10n/$1.lproj"
curl -s "$fileUrl" > "resources/l10n/$1.lproj/Localizable.strings"
}

Expand Down

0 comments on commit f67406f

Please sign in to comment.