mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
Fix the binding of ngettext in XLisp
This commit is contained in:
parent
72fbf1b0f3
commit
2b8c4aa816
@ -3230,7 +3230,7 @@ static void RegisterFunctions()
|
||||
|
||||
static const FUNDEF functions[] = {
|
||||
{ "_", SUBR, gettext },
|
||||
{ "ngettext", SUBR, ngettext },
|
||||
{ "NGETTEXT", SUBR, ngettext },
|
||||
{ "AUD-DO", SUBR, xlc_aud_do },
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user