mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
(assoc_to_string): Wrap strings in _() if they need translation.
This commit is contained in:
@@ -28,7 +28,7 @@ assoc_to_string (assoc_t assoc)
|
||||
switch (assoc)
|
||||
{
|
||||
case undef_assoc:
|
||||
return "undefined associativity";
|
||||
return _("undefined associativity");
|
||||
|
||||
case right_assoc:
|
||||
return "%right";
|
||||
|
||||
Reference in New Issue
Block a user