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