Skip to content

Commit 96a9a11

Browse files
committed
Improve description of target_orginal_files
1 parent a04c459 commit 96a9a11

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_extract_keys_from_strings_files.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,9 @@ def self.available_options
8282
default_value: 'Localizable'),
8383
FastlaneCore::ConfigItem.new(key: :target_original_files,
8484
env_name: 'FL_IOS_EXTRACT_KEYS_FROM_STRINGS_FILES_TARGET_ORIGINAL_FILES',
85-
description: 'The path to the `<base-locale>.lproj/<target-tablename>.strings` file(s) for which we want to extract the keys to. ' \
86-
+ 'Those files, containing the originals (typical `en` or `Base` locale), will be used to determine which keys to extract from the `source_tablename`, ' \
87-
+ 'and the target file path(s) in which to extract the translations will be determined from those path, writing them in the file with the same basename ' \
88-
+' in each of the other `*.lproj` sibling folders of those target paths',
85+
description: 'The path(s) to the `<base-locale>.lproj/<target-tablename>.strings` file(s) for which we want to extract the keys to. ' \
86+
+ 'Each of those files should containing the original strings (typically `en` or `Base` locale) and will be used to determine which keys to extract from the `source_tablename`. ' \
87+
+ 'For each of those, the path(s) in which the translations will be extracted will be the files with the same basename in each of the other `*.lproj` sibling folders',
8988
type: Array,
9089
verify_block: proc do |values|
9190
UI.user_error!('`target_original_files` must contain at least one path to an original `.strings` file.') if values.empty?

0 commit comments

Comments
 (0)