mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
spa: improve i18n method
Make the method names match the fields in the method.
This commit is contained in:
parent
646842098c
commit
043178e16b
2 changed files with 3 additions and 3 deletions
|
|
@ -590,7 +590,7 @@ static inline char *pa_readlink(const char *p) {
|
|||
|
||||
extern struct spa_i18n *acp_i18n;
|
||||
|
||||
#define _(String) spa_i18n_gettext(acp_i18n, String)
|
||||
#define _(String) spa_i18n_text(acp_i18n, String)
|
||||
#ifdef gettext_noop
|
||||
#define N_(String) gettext_noop(String)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue