UNPKG

emoji-picker-element

Version:

Lightweight emoji picker distributed as a web component

35 lines (34 loc) 1.08 kB
export default { categoriesLabel: 'Categories', emojiUnsupportedMessage: 'Your browser does not support color emoji.', favoritesLabel: 'Favorites', loadingMessage: 'Loading…', networkErrorMessage: 'Could not load emoji.', regionLabel: 'Emoji picker', searchDescription: 'When search results are available, press up or down to select and enter to choose.', searchLabel: 'Search', searchResultsLabel: 'Search results', skinToneDescription: 'When expanded, press up or down to select and enter to choose.', skinToneLabel: 'Choose a skin tone (currently {skinTone})', skinTonesLabel: 'Skin tones', skinTones: [ 'Default', 'Light', 'Medium-Light', 'Medium', 'Medium-Dark', 'Dark' ], categories: { custom: 'Custom', 'smileys-emotion': 'Smileys and emoticons', 'people-body': 'People and body', 'animals-nature': 'Animals and nature', 'food-drink': 'Food and drink', 'travel-places': 'Travel and places', activities: 'Activities', objects: 'Objects', symbols: 'Symbols', flags: 'Flags' } }