Sha256: eae6a386994ddb12fe38859e15f518f07df94e1e9beb6b56b4d4983f3b34e41b
Contents?: true
Size: 186 Bytes
Versions: 2
Compression:
Stored size: 186 Bytes
Contents
# -*- encoding : utf-8 -*- class Phrase::Tool::Formats::QtTranslationSource < Phrase::Tool::Formats::Base def self.filename_for_locale(locale) "phrase.#{locale.name}.ts" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phrase-0.3.1 | lib/phrase/tool/formats/qt_translation_source.rb |
phrase-0.3.0 | lib/phrase/tool/formats/qt_translation_source.rb |