java: add missing i18n requests

* data/skeletons/lalr1.java (reportSyntaxError): Here.
This commit is contained in:
Akim Demaille
2020-05-01 07:45:45 +02:00
parent 611495999f
commit d55c9b001a

View File

@@ -1024,10 +1024,10 @@ b4_dollar_popdef[]dnl
}
yyerror(]b4_locations_if([[yyctx.yylocation, ]])[new MessageFormat(yyformat).format(yystr));
} else {
yyerror(]b4_locations_if([[yyctx.yylocation, ]])["syntax error");
yyerror(]b4_locations_if([[yyctx.yylocation, ]])[]b4_trans(["syntax error"])[);
}]],
[simple], [[
yyerror(]b4_locations_if([[yyctx.yylocation, ]])["syntax error");]])[
yyerror(]b4_locations_if([[yyctx.yylocation, ]])[]b4_trans(["syntax error"])[);]])[
}
/**