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
This commit is contained in:
Kévin Commaille 2022-02-22 10:56:39 +01:00
parent 7f5a249056
commit d8c79e91a2
No known key found for this signature in database
GPG Key ID: DD507DAE96E8245C
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

@ -965,7 +965,24 @@ else
)
endif
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',