fixed: #9897. Fixed problem with highlighting in codearea. Updated EditArea to version 0.8.1.1

This commit is contained in:
Doug Bell 2009-05-01 18:29:41 +00:00
parent bbbe385889
commit 3320465ca4
66 changed files with 3122 additions and 2275 deletions

View 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: "тествай копието"
});

View file

@ -0,0 +1,4 @@
editArea.add_lang("zh",{
test_select: "选择标签",
test_but: "测试按钮"
});