Sha256: a30ac65188ca6aefe7145b6b385227c6e84412b5edcdc4b05a4825a34bd86f6e
Contents?: true
Size: 325 Bytes
Versions: 19
Compression:
Stored size: 325 Bytes
Contents
# -*- encoding : utf-8 -*- module Phrase module Formats class ResxWindowsphone < 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