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