File size: 631 Bytes
1e4c25f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
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'
	}
} );