module FastGettext::Translation
Public Instance Methods
__with_phraseapp(*args)
click to toggle source
# File lib/phraseapp-in-context-editor-ruby/adapters/fast_gettext.rb, line 6 def __with_phraseapp(*args) PhraseApp::InContextEditor::Delegate::FastGettext.new(:_, *args) end
Also aliased as: _
n__with_phraseapp(*args)
click to toggle source
# File lib/phraseapp-in-context-editor-ruby/adapters/fast_gettext.rb, line 12 def n__with_phraseapp(*args) PhraseApp::InContextEditor::Delegate::FastGettext.new(:n_, *args) end
Also aliased as: n_
s__with_phraseapp(*args)
click to toggle source
# File lib/phraseapp-in-context-editor-ruby/adapters/fast_gettext.rb, line 18 def s__with_phraseapp(*args) PhraseApp::InContextEditor::Delegate::FastGettext.new(:s_, *args) end
Also aliased as: s_