mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 17:14:48 +08:00
feat: 多语言提取器
This commit is contained in:
10
packages/sct_dev_tools/bin/sct_dev_tools.dart
Normal file
10
packages/sct_dev_tools/bin/sct_dev_tools.dart
Normal file
@ -0,0 +1,10 @@
|
||||
import 'auto_l10n.dart';
|
||||
|
||||
void main(List<String> args) {
|
||||
switch (args.elementAtOrNull(0)) {
|
||||
case "gen":
|
||||
return AutoL10nTools().genL10nFiles();
|
||||
default:
|
||||
throw Exception("cmd not found");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user