tint2conf: Call setlocale with no locale to use system default instead of C
This commit is contained in:
parent
d2636c8c57
commit
6d59e55d8d
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ static const char *global_ui =
|
|||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
setlocale(LC_ALL, "");
|
||||
bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR);
|
||||
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
|
||||
textdomain(GETTEXT_PACKAGE);
|
||||
|
|
Loading…
Reference in a new issue