Sha256: a5688b8d94a00bad2ee277456e4a7b0f57b1cc1dc71e936c61725150bb8d7a29

Contents?: true

Size: 291 Bytes

Versions: 5

Compression:

Stored size: 291 Bytes

Contents

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

module Phrase::Backend
  class PhraseService
    include Base
    
    def initialize(args = {})
      self.config = { "locales" => {}, "strings" => {} }
      Phrase.available_locales = self.config["locales"].keys.map(&:to_sym)
      self
    end
    
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phrase-0.0.5 lib/phrase/backend/phrase_service.rb
phrase-0.0.4 lib/phrase/backend/phrase_service.rb
phrase-0.0.3 lib/phrase/backend/phrase_service.rb
phrase-0.0.2 lib/phrase/backend/phrase_service.rb
phrase-0.0.1 lib/phrase/backend/phrase_service.rb