Sha256: 00ff3551091a3bb7f51388aa45f7ae6de2d5a18e821ee412bde898da8dbd07da

Contents?: true

Size: 219 Bytes

Versions: 8

Compression:

Stored size: 219 Bytes

Contents

# -*- encoding : utf-8 -*-

class Phrase::Tool::Formats::Plist < Phrase::Tool::Formats::Base
  def self.filename_for_locale(locale)
    "phrase.#{locale.name}.plist"
  end
  
  def self.locale_aware?
    true
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
phrase-0.4.1 lib/phrase/tool/formats/plist.rb
phrase-0.4.0 lib/phrase/tool/formats/plist.rb
phrase-0.3.7 lib/phrase/tool/formats/plist.rb
phrase-0.3.6 lib/phrase/tool/formats/plist.rb
phrase-0.3.5 lib/phrase/tool/formats/plist.rb
phrase-0.3.4 lib/phrase/tool/formats/plist.rb
phrase-0.3.3 lib/phrase/tool/formats/plist.rb
phrase-0.3.2 lib/phrase/tool/formats/plist.rb