Enable runtime translations
This commit is contained in:
@@ -669,6 +669,7 @@ int main(int argc, char **argv)
|
||||
/* Gettext stuff */
|
||||
setlocale(LC_ALL, "");
|
||||
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||
bind_textdomain_codeset(PACKAGE, "UTF-8");
|
||||
textdomain(PACKAGE);
|
||||
|
||||
apply_desktop_scheme();
|
||||
|
||||
Reference in New Issue
Block a user