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