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