blob: 03c3c6bf754c6c42fb2a81a06e7fce3e66704b8e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'justify', 'fa', {
block: 'بلوک چین',
center: 'میان چین',
left: 'چپ چین',
right: 'راست چین'
} );
|