We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629f929 commit fb72adcCopy full SHA for fb72adc
lib/fastlane/plugin/wpmreleasetoolkit/helper/android/android_localize_helper.rb
@@ -11,7 +11,7 @@ module Android
11
module LocalizeHelper
12
LIB_SOURCE_XML_ATTR = 'a8c-src-lib'.freeze
13
14
- # Checks if `string_node` has the content_override flag set
+ # Checks if `string_node` has the `content_override` flag set
15
def self.skip_string_by_tag?(string_node)
16
skip = string_node.attr('content_override') == 'true' unless string_node.attr('content_override').nil?
17
if skip
0 commit comments