Enable runtime translations

This commit is contained in:
Mario Fetka
2026-07-15 07:01:10 +02:00
parent e0218bba7f
commit e8ae4c4f70
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -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();