Commit bd80ecf7 by 朱建香

去掉en多语言

parent 427e69cf
...@@ -2,7 +2,7 @@ const path = require('path'); ...@@ -2,7 +2,7 @@ const path = require('path');
const srcPath = path.join(__dirname,"..","src"); const srcPath = path.join(__dirname,"..","src");
const outputPath = "../resources/lang/"; const outputPath = "../resources/lang/";
module.exports = { module.exports = {
lang:["zh","en"], lang:["zh"],
group:srcPath, group:srcPath,
output:outputPath output:outputPath
}; };
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment