Module GetText::RubyParser
In: lib/gettext/tools/parser/ruby.rb
lib/gettext/parser/ruby.rb

Methods

Constants

ID = ['gettext', '_', 'N_', 'sgettext', 's_']
PLURAL_ID = ['ngettext', 'n_', 'Nn_', 'ns_', 'nsgettext']
MSGCTXT_ID = ['pgettext', 'p_']
MSGCTXT_PLURAL_ID = ['npgettext', 'np_']
ID = ['gettext', '_', 'N_', 'sgettext', 's_']
PLURAL_ID = ['ngettext', 'n_', 'Nn_', 'ns_', 'nsgettext']
MSGCTXT_ID = ['pgettext', 'p_']
MSGCTXT_PLURAL_ID = ['npgettext', 'np_']

Public Instance methods

[Validate]