From 2073e443c93d8e38b831145ebdbb0169d8e62822 Mon Sep 17 00:00:00 2001 From: YJSoft Date: Wed, 10 Jun 2015 12:49:56 +0900 Subject: [PATCH] =?UTF-8?q?#1532=20CKEditor=EC=9D=98=20=EC=96=B8=EC=96=B4?= =?UTF-8?q?=EB=A5=BC=20=ED=98=84=EC=9E=AC=20=EC=96=B8=EC=96=B4=EB=A1=9C=20?= =?UTF-8?q?=EB=A7=9E=EC=B6=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/editor/skins/ckeditor/editor.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/editor/skins/ckeditor/editor.html b/modules/editor/skins/ckeditor/editor.html index 6e71a9ad6..ea5bb668f 100755 --- a/modules/editor/skins/ckeditor/editor.html +++ b/modules/editor/skins/ckeditor/editor.html @@ -40,7 +40,8 @@ skin: '{$colorset}', contentsCss: '{$content_style_path}/editor.css', xe_editor_sequence: {$editor_sequence}, - toolbarCanCollapse: true + toolbarCanCollapse: true, + language: "{str_replace('jp','ja',$lang_type)}" }, loadXeComponent: true, enableToolbar: true,