|
|
|
|
@ -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<size;i++){
|
|
|
|
|
char *lang_ab = yon_locale_get_parameter(locales[i],YON_LOCALE_LANG_AB);
|
|
|
|
|
char *language = yon_locale_get_parameter(locales[i],YON_LOCALE_LANGUAGE);
|
|
|
|
|
@ -470,6 +471,7 @@ void set_locales_list(main_window *widgets){
|
|
|
|
|
3,title,
|
|
|
|
|
-1);
|
|
|
|
|
}
|
|
|
|
|
textdomain(LocaleName);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|