mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 00:30:07 +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[] = {
|
static const FUNDEF functions[] = {
|
||||||
{ "_", SUBR, gettext },
|
{ "_", SUBR, gettext },
|
||||||
{ "ngettext", SUBR, ngettext },
|
{ "NGETTEXT", SUBR, ngettext },
|
||||||
{ "AUD-DO", SUBR, xlc_aud_do },
|
{ "AUD-DO", SUBR, xlc_aud_do },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user