Sha256: cdf565bf31ad043d2f72bd583487b90a44ca75778a8ff94554c78c119eb56d92

Contents?: true

Size: 228 Bytes

Versions: 8

Compression:

Stored size: 228 Bytes

Contents

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

class Phrase::Tool::Formats::Properties < Phrase::Tool::Formats::Base
  def self.filename_for_locale(locale)
    "phrase.#{locale.name}.properties"
  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/properties.rb
phrase-0.4.0 lib/phrase/tool/formats/properties.rb
phrase-0.3.7 lib/phrase/tool/formats/properties.rb
phrase-0.3.6 lib/phrase/tool/formats/properties.rb
phrase-0.3.5 lib/phrase/tool/formats/properties.rb
phrase-0.3.4 lib/phrase/tool/formats/properties.rb
phrase-0.3.3 lib/phrase/tool/formats/properties.rb
phrase-0.3.2 lib/phrase/tool/formats/properties.rb