@ckeditor/ckeditor5-link
Version:
Link feature for CKEditor 5.
14 lines (12 loc) • 1.08 kB
JavaScript
/**
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
( e => {
const { [ 'id' ]: translations } = {"id":{"dictionary":{"Unlink":"Hapus tautan","Link":"Tautan","Link URL":"URL tautan","Link URL must not be empty.":"Tautan URL tidak boleh kosong.","Link image":"Tautkan gambar","Link properties":"Properti tautan","Edit link":"Sunting tautan","Open link in new tab":"Buka tautan di tab baru","Open in a new tab":"Buka di tab baru","Downloadable":"Dapat diunduh","Create link":"Buat tautan","Move out of a link":"Keluar dari tautan","Displayed text":"Teks yang ditampilkan","No links available":"Tautan tidak tersedia","This link has no URL":"Tautan ini tidak memiliki URL"}}};
e[ 'id' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'id' ].dictionary = Object.assign( e[ 'id' ].dictionary, translations.dictionary );
if ( translations.getPluralForm ) {
e[ 'id' ].getPluralForm = translations.getPluralForm;
}
} )( window.CKEDITOR_TRANSLATIONS ||= {} );