Module: FastGettext::Translation
- Defined in:
- lib/phraseapp-in-context-editor-ruby/adapters/fast_gettext.rb
Instance Method Summary collapse
- #__with_phraseapp(*args) ⇒ Object (also: #_)
- #n__with_phraseapp(*args) ⇒ Object (also: #n_)
- #s__with_phraseapp(*args) ⇒ Object (also: #s_)
Instance Method Details
#__with_phraseapp(*args) ⇒ Object Also known as: _
6 7 8 |
# File 'lib/phraseapp-in-context-editor-ruby/adapters/fast_gettext.rb', line 6 def __with_phraseapp(*args) PhraseApp::InContextEditor::Delegate::FastGettext.new(:_, *args) end |
#n__with_phraseapp(*args) ⇒ Object Also known as: n_
12 13 14 |
# 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 |
#s__with_phraseapp(*args) ⇒ Object Also known as: s_
18 19 20 |
# 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 |