Sha256: 57cfddb353d2c46bb29b52eaf885fb80d2cce9449e6619c9f6be49da3b1911c5

Contents?: true

Size: 932 Bytes

Versions: 15

Compression:

Stored size: 932 Bytes

Contents

Phrase.configure do |config|
  # Enable or disable the PhraseApp context editor in general
  config.enabled = true

  # Fetch your project auth token after creating your first project 
  # in the PhraseApp translation center.
  config.auth_token = "<%= options[:auth_token] %>"

  # Configure an array of key names that should not be handled 
  # with PhraseApp. This is useful when a key causes problems
  # (Such as keys that are used by Rails internally)
  config.ignored_keys = []

  # PhraseApp uses decorators to generate a unique identification key 
  # in context of your document. However, this might result in conflicts 
  # with other libraries (e.g. client-side template engines) that use a similar syntax.
  # If you encounter this problem, you might want to change the phrase decorator.
  # More information: https://phraseapp.com/docs/installation/phrase-gem
  # config.prefix = "{{__"
  # config.suffix = "__}}"
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
phrase-0.4.14 lib/generators/templates/phrase.rb
phrase-0.4.13 lib/generators/templates/phrase.rb
phrase-0.4.12 lib/generators/templates/phrase.rb
phrase-0.4.11 lib/generators/templates/phrase.rb
phrase-0.4.10 lib/generators/templates/phrase.rb
phrase-0.4.9 lib/generators/templates/phrase.rb
phrase-0.4.8 lib/generators/templates/phrase.rb
phrase-0.4.7 lib/generators/templates/phrase.rb
phrase-0.4.6 lib/generators/templates/phrase.rb
phrase-0.4.5 lib/generators/templates/phrase.rb
phrase-0.4.4 lib/generators/templates/phrase.rb
phrase-0.4.3 lib/generators/templates/phrase.rb
phrase-0.4.2 lib/generators/templates/phrase.rb
phrase-0.4.1 lib/generators/templates/phrase.rb
phrase-0.4.0 lib/generators/templates/phrase.rb