From d55c9b001a974e1ea9a2e2e19e8bb3bb0c3715ab Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 1 May 2020 07:45:45 +0200 Subject: [PATCH] java: add missing i18n requests * data/skeletons/lalr1.java (reportSyntaxError): Here. --- data/skeletons/lalr1.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/skeletons/lalr1.java b/data/skeletons/lalr1.java index 7a44fd87..66e78689 100644 --- a/data/skeletons/lalr1.java +++ b/data/skeletons/lalr1.java @@ -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"])[);]])[ } /**