This commit is contained in:
Sebastian Celis 2012-05-10 12:19:41 -05:00
parent 213c9bdd00
commit af4f5654a7
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ module Twine
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|
printed_section = false
section.rows.each_with_index do |row, ri|

View file

@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.executables = %w( twine )
s.description = <<desc
Twine is a command line tool for managing your strings and their translations.
It is geared toward Mac OS X, iOS, and Android developers.
desc
end