module I18n

Public Class Methods

t(*args)
Alias for: translate
translate(*args)
Also aliased as: translate_without_phraseapp, t
translate_with_phraseapp(*args) click to toggle source
# File lib/phraseapp-in-context-editor-ruby/adapters/i18n.rb, line 4
def translate_with_phraseapp(*args)
  PhraseApp::InContextEditor.backend.translate(*args)
end
Also aliased as: translate
translate_without_phraseapp(*args)
Alias for: translate