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