aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/justify/lang/si.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/justify/lang/si.js')
-rw-r--r--sources/plugins/justify/lang/si.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/plugins/justify/lang/si.js b/sources/plugins/justify/lang/si.js
new file mode 100644
index 0000000..6d9f373
--- /dev/null
+++ b/sources/plugins/justify/lang/si.js
@@ -0,0 +1,10 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'justify', 'si', {
6 block: 'Justify', // MISSING
7 center: 'මධ්‍ය',
8 left: 'Align Left', // MISSING
9 right: 'Align Right' // MISSING
10} );