Skip to content

Commit e918ed0

Browse files
authored
Fix some leftover legacy notes from the YARD doc
1 parent ba0fdc6 commit e918ed0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/helper/ios/ios_l10n_helper.rb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,10 @@ def self.generate_strings_file_from_hash(translations:, output_path:)
120120

121121
# Downloads the export from GlotPress for a given locale and given filters.
122122
#
123-
# Also post-process the downloaded content to comment out any potential line with an empty (`""`) translation,
124-
# to ensure those would fall back to the English/Base locale at runtime instead. These case should theoretically
125-
# never happen as GlotPress should not include empty translations in its exports, but we've seen issues in the
126-
# past, so better safe than sorry.
127-
#
128123
# @param [String] project_url The URL to the GlotPress project to export from, e.g. `"https://translate.wordpress.org/projects/apps/ios/dev"`
129124
# @param [String] locale The GlotPress locale code to download strings for.
130125
# @param [Hash{Symbol=>String}] filters The hash of filters to apply when exporting from GlotPress.
131-
# Typical examples include `{ status: 'current' }` (the default) or `{ status: 'review' }`.
126+
# Typical examples include `{ status: 'current' }` or `{ status: 'review' }`.
132127
# @param [String, IO] destination The path or `IO`-like instance, where to write the downloaded file on disk.
133128
#
134129
def self.download_glotpress_export_file(project_url:, locale:, filters:, destination:)

0 commit comments

Comments
 (0)