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