mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
pipewire: fix ngettext method name
This commit is contained in:
parent
18c4af9add
commit
69666f937d
1 changed files with 1 additions and 1 deletions
|
|
@ -416,7 +416,7 @@ const char *pw_gettext(const char *msgid)
|
|||
return spa_i18n_text(_pipewire_i18n, msgid);
|
||||
}
|
||||
SPA_EXPORT
|
||||
const char *pw_bgettext(const char *msgid, const char *msgid_plural, unsigned long int n)
|
||||
const char *pw_ngettext(const char *msgid, const char *msgid_plural, unsigned long int n)
|
||||
{
|
||||
return spa_i18n_ntext(_pipewire_i18n, msgid, msgid_plural, n);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue