mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-15 06:04:16 +08:00
- 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
5 lines
95 B
JavaScript
5 lines
95 B
JavaScript
tinymce.addI18n('de',{
|
|
codeLang: "Sprache",
|
|
toggleCode: "`ctrl+shift+c` Code umschalten"
|
|
});
|