Sha256: c00ad76005319478961bd1042d97e75f7479e7e935405ccde80aa8ad75c78738

Contents?: true

Size: 214 Bytes

Versions: 8

Compression:

Stored size: 214 Bytes

Contents

# -*- encoding : utf-8 -*-

class Phrase::Tool::Formats::Ini < Phrase::Tool::Formats::Base
  def self.filename_for_locale(locale)
    "phrase.#{locale.name}.ini"
  end
  
  def self.locale_aware?
    true
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phrase-0.4.1 lib/phrase/tool/formats/ini.rb
phrase-0.4.0 lib/phrase/tool/formats/ini.rb
phrase-0.3.7 lib/phrase/tool/formats/ini.rb
phrase-0.3.6 lib/phrase/tool/formats/ini.rb
phrase-0.3.5 lib/phrase/tool/formats/ini.rb
phrase-0.3.4 lib/phrase/tool/formats/ini.rb
phrase-0.3.3 lib/phrase/tool/formats/ini.rb
phrase-0.3.2 lib/phrase/tool/formats/ini.rb