mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
add german language translation
- add langs/de-de.js - modified config.js and config-default.js to add new language to selector
This commit is contained in:
@@ -15,6 +15,10 @@ var Config = {
|
||||
"filename": "en-us",
|
||||
"name": "English"
|
||||
},
|
||||
{
|
||||
"filename": "de-de",
|
||||
"name": "Deutsch"
|
||||
},
|
||||
{
|
||||
"filename": "zh-cn",
|
||||
"name": "简体中文"
|
||||
@@ -30,4 +34,4 @@ var Config = {
|
||||
],
|
||||
"lang": "en-us",
|
||||
"theme": ""
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user