From 118b60104e91abb024ef3161b99c68f2744183ba Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Wed, 24 Sep 2025 18:04:17 +0600 Subject: [PATCH] WIP localisation for locale table --- source/ubinstall-gtk.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index 7aaa0de..638c58e 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -444,6 +444,7 @@ void set_locales_list(main_window *widgets){ qsort(locales,size,sizeof(char*),yon_char_parsed_compare); GtkTreeIter iter; GHashTable *added = g_hash_table_new(g_str_hash,g_str_equal); + textdomain(LOCALES_DOMAIN_NAME); for (int i=0;i