Skip to content

Commit 9eabbb0

Browse files
jkmasselmokagio
andauthored
Update lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_lint_localizations.rb
Co-authored-by: Gio Lodi <gio@mokacoding.com>
1 parent 0957623 commit 9eabbb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def self.find_duplicated_keys(params)
6262
duplicate_keys[language] = payload.map { |key, value| "`#{key}` was found at multiple lines: #{value.join(', ')}" } unless payload.empty?
6363
when :unsupported_format
6464
UI.important <<~WRONG_FORMAT
65-
File `#{path}` is in #{payload} format, while finding duplicate keys only make sense on files that are in ASCII-plist format.
65+
File `#{path}` is in #{payload} format, while finding duplicate keys can only occurr on files that are in ASCII-plist format.
6666
Since your files are in #{payload} format, you should probably disable the `check_duplicate_keys` option from this `#{action_name}` call.
6767
WRONG_FORMAT
6868
when :unscannable

0 commit comments

Comments
 (0)