Sha256: e34b3fb5a1d63964071614b157e9a51d73c9dffd7db7679d58c8ff1af727356b

Contents?: true

Size: 321 Bytes

Versions: 12

Compression:

Stored size: 321 Bytes

Contents

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

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

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