diff --git a/lib/ad_localize/platform/android_formatter.rb b/lib/ad_localize/platform/android_formatter.rb index 2b16970..0e9b86d 100644 --- a/lib/ad_localize/platform/android_formatter.rb +++ b/lib/ad_localize/platform/android_formatter.rb @@ -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)