mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
* textcolor: fixed plugin bugs, added translation for zh * image: fixed default.jpg src bug * added 'ru' support for seaf edit * rm aloha-0.22.3 and ununsed files in aloha-0.22.7
13 lines
193 B
JavaScript
13 lines
193 B
JavaScript
define({
|
|
"root": {
|
|
"button.addcharacter.tooltip": "pick special characters"
|
|
},
|
|
"ca": true,
|
|
"de": true,
|
|
"mk": true,
|
|
"pt-br": true,
|
|
"ru": true,
|
|
"uk": true,
|
|
"zh-hans": true
|
|
});
|