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