nmitchko's picture
Upload 77 files
1e4c25f
raw
history blame contribute delete
No virus
631 Bytes
/*
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'
}
} );