forked from AuroraMiddleware/gtk
452c909b64
Use the data files from https://github.com/milesj/emojibase.git as source for our Emoji data. Slightly change our data format by adding a group to each item, in both the Emoji data and in the setting for recent-emoji. Install translated versions of the data as separate resource bundles in $prefix/gtk-4.0/emoji, and load them when appropriate. Currently, we have data for de, en, es, fr, zh, with data taken from Unicode 13 and CLDR 13. Fixes: #950 #1511
18 lines
634 B
XML
18 lines
634 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
|
|
<schema id='org.gtk.gtk4.Settings.EmojiChooser' path='/org/gtk/gtk4/settings/emoji-chooser/'>
|
|
<key name='recent-emoji' type='a((ausasu)u)'>
|
|
<default>[]</default>
|
|
<summary>Recently used Emoji</summary>
|
|
<description>
|
|
An array of Emoji definitions to show in the Emoji chooser. Each Emoji is
|
|
specified as an array of codepoints, name and keywords. The extra
|
|
integer after this pair is the code of the Fitzpatrick modifier to use in
|
|
place of a 0 in the codepoint array.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
|
|
</schemalist>
|