mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
8 lines
259 B
JavaScript
8 lines
259 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', 'cs', {
|
|
ltr: 'Směr textu zleva doprava',
|
|
rtl: 'Směr textu zprava doleva'
|
|
} );
|