Merge branch 'gtk-3-24-emoji-15.1' into 'gtk-3-24'

[GTK3] emoji: Update data to CLDR v44

See merge request GNOME/gtk!6687
This commit is contained in:
Matthias Clasen 2023-12-22 15:59:56 +00:00
commit d6bec14774
26 changed files with 26 additions and 2 deletions

BIN
gtk/emoji/bn.data Normal file

Binary file not shown.

View File

@ -122,7 +122,7 @@ main (int argc, char *argv[])
continue;
group = json_object_get_int_member (obj, "group");
name = json_object_get_string_member (obj, "annotation");
name = json_object_get_string_member (obj, "label");
if (json_object_has_member (obj, "skins"))
{

BIN
gtk/emoji/da.data Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
gtk/emoji/et.data Normal file

Binary file not shown.

BIN
gtk/emoji/fi.data Normal file

Binary file not shown.

Binary file not shown.

BIN
gtk/emoji/hi.data Normal file

Binary file not shown.

BIN
gtk/emoji/hu.data Normal file

Binary file not shown.

BIN
gtk/emoji/it.data Normal file

Binary file not shown.

BIN
gtk/emoji/ja.data Normal file

Binary file not shown.

BIN
gtk/emoji/ko.data Normal file

Binary file not shown.

BIN
gtk/emoji/lt.data Normal file

Binary file not shown.

BIN
gtk/emoji/ms.data Normal file

Binary file not shown.

BIN
gtk/emoji/nb.data Normal file

Binary file not shown.

BIN
gtk/emoji/nl.data Normal file

Binary file not shown.

BIN
gtk/emoji/pl.data Normal file

Binary file not shown.

BIN
gtk/emoji/pt.data Normal file

Binary file not shown.

BIN
gtk/emoji/ru.data Normal file

Binary file not shown.

BIN
gtk/emoji/sv.data Normal file

Binary file not shown.

BIN
gtk/emoji/th.data Normal file

Binary file not shown.

BIN
gtk/emoji/uk.data Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1031,7 +1031,31 @@ libgtk_dep = declare_dependency(sources: gtk_dep_sources,
link_with: libgtk,
link_args: common_ldflags)
foreach lang : [ 'de', 'fr', 'es', 'zh' ]
foreach lang : [
'bn',
'de',
'da',
'fr',
'es',
'et',
'fi',
'hi',
'hu',
'it',
'ja',
'ko',
'lt',
'ms',
'nb',
'nl',
'pl',
'pt',
'ru',
'sv',
'th',
'uk',
'zh'
]
conf = configuration_data()
conf.set('lang', lang)
resxml = configure_file(input: 'emoji/gresource.xml.in',