Sha256: 8055622909871365beae14103b748f483a6affb9675090f4aea8a110dc121071
Contents?: true
Size: 223 Bytes
Versions: 8
Compression:
Stored size: 223 Bytes
Contents
# -*- encoding : utf-8 -*- class Phrase::Tool::Formats::QtPhraseBook < Phrase::Tool::Formats::Base def self.filename_for_locale(locale) "phrase.#{locale.name}.qph" end def self.locale_aware? true end end
Version data entries
8 entries across 8 versions & 1 rubygems