emoji: Add more locales

Based on the locales that are at least 85% translated in Damned Lies:
https://l10n.gnome.org/releases/gnome-41/
Limited by the locales available in emojibase

Closes #4568

(cherry picked from commit d8c79e91a21b831580ea890b7cf146934877fbb7)
This commit is contained in:
Kévin Commaille
2022-02-22 10:56:39 +01:00
committed by Jeremy Bícha
parent f0469035e1
commit a8feb1528d
13 changed files with 18 additions and 1 deletions

BIN
gtk/emoji/da.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/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/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/uk.data Normal file

Binary file not shown.

View File

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