Skip to content

Commit

Permalink
Merge pull request #19 from felginep/feature/fix
Browse files Browse the repository at this point in the history
Fix exported plurals if all values are empty
  • Loading branch information
jvigne authored Dec 10, 2019
2 parents 5efd736 + 6becf87 commit e016977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ad_localize/platform/android_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def add_plural_wording_to_xml(key, plural_hash, xml)
add_wording_text_to_xml(plural_text, xml)
}
end
}
} unless plural_hash.values.all? &:empty?
end

def add_wording_text_to_xml(wording_text, xml)
Expand Down

0 comments on commit e016977

Please sign in to comment.