Skip to content

Commit f1281f7

Browse files
committed
Disable temporarily the re-download translations from GlotPress
1 parent 0b1436f commit f1281f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ platform :ios do
486486

487487
# Don't check translation coverage in CI
488488
check_translation_progress_all unless is_ci
489-
download_localized_strings_and_metadata_from_glotpress
490-
lint_localizations
489+
# download_localized_strings_and_metadata_from_glotpress
490+
# lint_localizations
491491

492492
# Bump the build code
493493
UI.message('Bumping build code...')

0 commit comments

Comments
 (0)