Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 5b7e4d7

Browse files
committed
Feat: set first language
1 parent d1fdeff commit 5b7e4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entity/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Config {
1818
public key = builderPassword();
1919
public maxFileTask = 2;
2020
public maxZipFileSize = 60;
21-
public language = "zh_cn";
21+
public language = "en_us";
2222
}
2323

2424
// daemon configuration class

0 commit comments

Comments
 (0)