Sha256: 29782339a0dd45feeb2083b9be2b15cc8e8e879cf2ecec7b7021235e22a6fbf6
Contents?: true
Size: 326 Bytes
Versions: 13
Compression:
Stored size: 326 Bytes
Contents
# -*- encoding : utf-8 -*- module Phrase module Formats class PropertiesXml < Phrase::Formats::Base def self.filename_for_locale(locale) "phrase.#{locale.name}.xml" end def self.locale_aware? false end def self.extensions [:xml] end end end end
Version data entries
13 entries across 13 versions & 1 rubygems