/* Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'emoji', 'en', { searchPlaceholder: 'Search emojiā€¦', searchLabel: 'Input field responsible for searching and filtering emoji inside panel.', navigationLabel: 'Groups navigation for emoji sections.', title: 'Emoji List', groups: { people: 'People', nature: 'Nature and animals', food: 'Food and drinks', travel: 'Travel and places', activities: 'Activities', objects: 'Objects', symbols: 'Symbols', flags: 'Flags' } } );