diff --git a/scripts/import_l10n_strings_from_poeditor.sh b/scripts/import_l10n_strings_from_poeditor.sh index 40f3e8a3..39152e59 100755 --- a/scripts/import_l10n_strings_from_poeditor.sh +++ b/scripts/import_l10n_strings_from_poeditor.sh @@ -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" }