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