Sha256: 4f225ea3d990b23aef33d2de445d0f8255796a345ec47ee6fdacf962bee75057
Contents?: true
Size: 330 Bytes
Versions: 19
Compression:
Stored size: 330 Bytes
Contents
# -*- encoding : utf-8 -*- module Phrase module Formats class Properties < Phrase::Formats::Base def self.filename_for_locale(locale) "phrase.#{locale.name}.properties" end def self.locale_aware? true end def self.extensions [:properties] end end end end
Version data entries
19 entries across 19 versions & 1 rubygems