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