Class: GetText::PoParser

Inherits:
Racc::Parser
  • Object
show all
Defined in:
lib/i18n/gettext/po_parser.rb

Constant Summary collapse

Racc_arg =
[
racc_action_table,
racc_action_check,
racc_action_default,
racc_action_pointer,
racc_goto_table,
racc_goto_check,
racc_goto_default,
racc_goto_pointer,
racc_nt_base,
racc_reduce_table,
racc_token_table,
racc_shift_n,
racc_reduce_n,
racc_use_result_var ]
Racc_token_to_s_table =
[
'$end',
'error',
'COMMENT',
'MSGID',
'MSGCTXT',
'MSGID_PLURAL',
'MSGSTR',
'STRING',
'PLURAL_NUM',
'$start',
'msgfmt',
'comment',
'msgctxt',
'message',
'string_list',
'single_message',
'plural_message',
'msgstr_plural',
'msgstr_plural_line']
Racc_debug_parser =
true

Instance Method Summary collapse

Instance Method Details

#_(x) ⇒ Object



19
20
21
# File 'lib/i18n/gettext/po_parser.rb', line 19

def _(x)
  x
end

#_reduce_none(val, _values, result) ⇒ Object



323
324
325
# File 'lib/i18n/gettext/po_parser.rb', line 323

def _reduce_none( val, _values, result )
 result
end