UNPKG

@ckeditor/ckeditor5-clipboard

Version:

Clipboard integration feature for CKEditor 5.

12 lines (10 loc) 685 B
/** * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options */ ( e => { const { [ 'ko' ]: { dictionary, getPluralForm } } = {"ko":{"dictionary":{"Copy selected content":"선택된 콘텐츠 복사","Paste content":"콘텐츠 붙여넣기","Paste content as plain text":"콘텐츠를 일반 텍스트로 붙여넣기"},getPluralForm(n){return 0;}}}; e[ 'ko' ] ||= { dictionary: {}, getPluralForm: null }; e[ 'ko' ].dictionary = Object.assign( e[ 'ko' ].dictionary, dictionary ); e[ 'ko' ].getPluralForm = getPluralForm; } )( window.CKEDITOR_TRANSLATIONS ||= {} );