> From: olga.kryzhanovska at gmail.com > > How can I set TEXTDOMAIN for $"str" strings? I greped the source but > found no reference to TEXTDOMAIN. >
You cannot. ksh93 does not use GNU gettext() for message translation. Where the $"str" translation should occur seems to be in sh_endword() in lex.c when mode is 1. However, this function appears to be currently set up to handle only ksh93 error strings using ERROR_translate().
_______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
