Sha256: 3bbe0db5748018fae8713f22152d1d9ce3ebcec4303fdf45cf5b7cf183f6a6fa

Contents?: true

Size: 316 Bytes

Versions: 12

Compression:

Stored size: 316 Bytes

Contents

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

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

      def self.extensions
        [:ini]
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phrase-0.4.14 lib/phrase/formats/ini.rb
phrase-0.4.13 lib/phrase/formats/ini.rb
phrase-0.4.12 lib/phrase/formats/ini.rb
phrase-0.4.11 lib/phrase/formats/ini.rb
phrase-0.4.10 lib/phrase/formats/ini.rb
phrase-0.4.9 lib/phrase/formats/ini.rb
phrase-0.4.8 lib/phrase/formats/ini.rb
phrase-0.4.7 lib/phrase/formats/ini.rb
phrase-0.4.6 lib/phrase/formats/ini.rb
phrase-0.4.5 lib/phrase/formats/ini.rb
phrase-0.4.4 lib/phrase/formats/ini.rb
phrase-0.4.3 lib/phrase/formats/ini.rb