command: Make command names available for translation.
commit1a32cfb39c360283b380a2aa60f79399be999577
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 15 May 2023 05:48:46 +0000 (14 22:48 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 15 May 2023 05:48:59 +0000 (14 22:48 -0700)
tree1a8598fa2c7e79fcfa76a93bf2b6bb23d2463659
parent5cc7131faec0548c0df2e9b01b86664107148e3e
command: Make command names available for translation.

PSPP command names should appear in translated form in labels in output,
but they didn't because their names weren't marked for translation.  This
fixes that problem.

The names still won't appear translated until translators add translations
for them.

Thanks to Ali Alhaidary for reporting the bug at
https://savannah.gnu.org/bugs/?62982
src/language/command.c
src/language/command.def
src/language/command.h
src/language/lexer/segment.c