Remove Android Twine header
This commit is contained in:
parent
860c79f3a6
commit
9c6143efe5
2 changed files with 1 additions and 4 deletions
|
@ -96,7 +96,7 @@ module Twine
|
|||
end
|
||||
|
||||
def format_header(lang)
|
||||
"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!-- Android Strings File -->\n<!-- Generated by Twine -->\n<!-- Language: #{lang} -->"
|
||||
"<?xml version=\"1.0\" encoding=\"utf-8\"?>"
|
||||
end
|
||||
|
||||
def format_sections(twine_file, lang)
|
||||
|
|
3
test/fixtures/formatter_android.xml
vendored
3
test/fixtures/formatter_android.xml
vendored
|
@ -1,7 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Android Strings File -->
|
||||
<!-- Generated by Twine -->
|
||||
<!-- Language: en -->
|
||||
<resources>
|
||||
<!-- SECTION: Section 1 -->
|
||||
<!-- comment key1 -->
|
||||
|
|
Reference in a new issue