mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
8 lines
279 B
JavaScript
8 lines
279 B
JavaScript
/*
|
|
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'bidi', 'da', {
|
|
ltr: 'Tekstretning fra venstre til højre',
|
|
rtl: 'Tekstretning fra højre til venstre'
|
|
} );
|