Remove illegal comments
Comments aren't supported in JSON
This commit is contained in:
parent
22482c3587
commit
4e308175b6
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ module Twine
|
|||
default_lang = @strings.language_codes[0]
|
||||
encoding = @options[:output_encoding] || 'UTF-8'
|
||||
File.open(path, "w:#{encoding}") do |f|
|
||||
f.puts "/**\n * JQuery Language File\n * Generated by Twine\n * Language: #{lang}\n */"
|
||||
f.puts "{"
|
||||
|
||||
@strings.sections.each_with_index do |section, si|
|
||||
|
|
Reference in a new issue