fixed: #9897. Fixed problem with highlighting in codearea. Updated EditArea to version 0.8.1.1
This commit is contained in:
parent
bbbe385889
commit
3320465ca4
66 changed files with 3122 additions and 2275 deletions
10
www/extras/editarea/edit_area/plugins/test/langs/bg.js
Executable file
10
www/extras/editarea/edit_area/plugins/test/langs/bg.js
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Bulgarian translation
|
||||
* Author: Valentin Hristov
|
||||
* Company: SOFTKIT Bulgarian
|
||||
* Site: http://www.softkit-bg.com
|
||||
*/
|
||||
editArea.add_lang("bg",{
|
||||
test_select: "избери таг",
|
||||
test_but: "тествай копието"
|
||||
});
|
||||
4
www/extras/editarea/edit_area/plugins/test/langs/zh.js
Executable file
4
www/extras/editarea/edit_area/plugins/test/langs/zh.js
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
editArea.add_lang("zh",{
|
||||
test_select: "选择标签",
|
||||
test_but: "测试按钮"
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue