diff --git a/lib/twine/formatters/apple_plural.rb b/lib/twine/formatters/apple_plural.rb index 7f2b98d..64aa069 100644 --- a/lib/twine/formatters/apple_plural.rb +++ b/lib/twine/formatters/apple_plural.rb @@ -18,7 +18,7 @@ module Twine end def format_footer(lang) - footer = "\n\n" + footer = "\n\n\n" end def format_file(lang) @@ -50,7 +50,7 @@ module Twine result += plural_hash.map{|quantity,value| "\t\t\t#{quantity}\n\t\t\t#{convert_placeholders_from_android_to_twine(value)}"}.join("\n") result += "\n" result += "\t\t\n" - result += "\t\n" + result += "\t" end def format_comment(definition, lang)