mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-29 02:22:23 +08:00
feat: 多语言 初步引入
This commit is contained in:
@ -4,7 +4,9 @@ void main(List<String> args) {
|
||||
switch (args.elementAtOrNull(0)) {
|
||||
case "gen":
|
||||
return AutoL10nTools().genL10nFiles();
|
||||
case "replace":
|
||||
return AutoL10nTools().replaceL10nFiles();
|
||||
default:
|
||||
throw Exception("cmd not found");
|
||||
throw Exception("cmd not found");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user