aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/bidi/lang/ar.js
blob: 78297ecb69ca1e065ca5905f39721a2ee1360844 (plain) (blame)
1
2
3
4
5
6
7
8
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'bidi', 'ar', {
	ltr: 'إتجاه النص من اليسار إلى اليمين',
	rtl: 'إتجاه النص من اليمين إلى اليسار'
} );