Let "here" be localized.

This commit is contained in:
Dianne Skoll
2025-01-13 11:54:14 -05:00
parent 812a2af64b
commit 2b7c582392

View File

@@ -2553,7 +2553,7 @@ expr_node *parse_expression(char const **e, int *r, Var *locals)
orig++;
fprintf(ErrFp, " ");
}
fprintf(ErrFp, "^-- here\n");
fprintf(ErrFp, "^-- %s\n", tr("here"));
}
return node;
}