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