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