mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
Add i18n support for some more user-visible strings
This commit is contained in:
parent
c90332a6bf
commit
036c54b043
5 changed files with 39 additions and 33 deletions
|
|
@ -40,10 +40,10 @@ static void do_quit(void *data, int signal_number)
|
|||
|
||||
static void show_help(const char *name, const char *config_name)
|
||||
{
|
||||
fprintf(stdout, "%s [options]\n"
|
||||
fprintf(stdout, _("%s [options]\n"
|
||||
" -h, --help Show this help\n"
|
||||
" --version Show version\n"
|
||||
" -c, --config Load config (Default %s)\n",
|
||||
" -c, --config Load config (Default %s)\n"),
|
||||
name,
|
||||
config_name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue