Sha256: d4418ed7613e9f5c21a7ff2b3c64ad493a73963cc192f965f8aa4a78150f9368
Contents?: true
Size: 336 Bytes
Versions: 13
Compression:
Stored size: 336 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
13 entries across 13 versions & 1 rubygems