diff --git a/.buildkite/commands/lint.sh b/.buildkite/commands/lint.sh index 8c6410362854..b09e5c2b9816 100755 --- a/.buildkite/commands/lint.sh +++ b/.buildkite/commands/lint.sh @@ -3,7 +3,7 @@ echo "--- :rubygems: Setting up Gems" install_gems -echo "--- : clipboard: Copying gradle.properties" +echo "--- :clipboard: Copying gradle.properties" cp gradle.properties-example gradle.properties echo "--- :globe_with_meridians: Check Locales Declaration Consistency" diff --git a/fastlane/lanes/localization.rb b/fastlane/lanes/localization.rb index 520a83f5f1cb..9bbb81fa1e00 100644 --- a/fastlane/lanes/localization.rb +++ b/fastlane/lanes/localization.rb @@ -378,7 +378,7 @@ def update_po_file_for_metadata_localization(po_path:, sources:, release_version resource_configs = output.match(/^#{app}: \[(.*)\]$/)&.captures&.first&.gsub(' ', '')&.split(',')&.sort if resource_configs.nil? || resource_configs.empty? UI.message("No `resourceConfigurations` field set in `build.gradle` for the `#{app}` flavor. Nothing to check.") - return + next end locales_list = { 'wordpress' => WP_APP_LOCALES, 'jetpack' => JP_APP_LOCALES }.fetch(app, nil)