Files
desktop-app/public/plugins/langs/plugin.json
Martin Hoffmann 7092e6f140 complete german translation
- add german translation to all plugin dialogs
- add german translation of all template files
- add german translation to all themes
- add german language file to tinymce editor
- fix leanote import dialog on all languages in
plugins/import_leanote/plugin.js
2016-06-17 11:43:17 +02:00

20 lines
423 B
JSON

{
"name": "langs",
"author": "life",
"authorUrl": "http://life.leanote.com",
"desc": "语言",
"langs": {
"en-us": {
"pluginName": "Langs",
"pluginDesc": ""
},
"de-de": {
"pluginName": "Sprache",
"pluginDesc": ""
},
"zh-cn": {
"pluginName": "设置语言",
"pluginDesc": ""
}
}
}