mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
8 lines
303 B
JavaScript
8 lines
303 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', 'he', {
|
|
ltr: 'כיוון טקסט משמאל לימין (LTR)',
|
|
rtl: 'כיוון טקסט מימין לשמאל (RTL)'
|
|
} );
|