lib/phrase/tool/formats/qt_translation_source.rb in phrase-0.3.1 vs lib/phrase/tool/formats/qt_translation_source.rb in phrase-0.3.2

- old
+ new

@@ -2,6 +2,10 @@ class Phrase::Tool::Formats::QtTranslationSource < Phrase::Tool::Formats::Base def self.filename_for_locale(locale) "phrase.#{locale.name}.ts" end + + def self.locale_aware? + true + end end \ No newline at end of file