Sha256: afad18d21fbc35546cd1f686d43289d96ee322f3476b544351096de542a47404
Contents?: true
Size: 330 Bytes
Versions: 13
Compression:
Stored size: 330 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
13 entries across 13 versions & 1 rubygems