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