|
|
@@ -11,6 +11,7 @@ class InitSystemDict extends Command
|
|
|
* The name and signature of the console command.
|
|
|
*
|
|
|
* @var string
|
|
|
+ * php artisan init:system.dict
|
|
|
*/
|
|
|
protected $signature = 'init:system.dict';
|
|
|
|
|
|
@@ -53,6 +54,13 @@ class InitSystemDict extends Command
|
|
|
'src_lang'=>'pa',
|
|
|
'dest_lang'=>'cm',
|
|
|
],
|
|
|
+ [
|
|
|
+ "name"=>'system_preference',
|
|
|
+ 'shortname'=>'系统单词首选项',
|
|
|
+ 'description'=>'通过系统筛选出的首选项,只包含语法信息',
|
|
|
+ 'src_lang'=>'pa',
|
|
|
+ 'dest_lang'=>'cm',
|
|
|
+ ],
|
|
|
];
|
|
|
|
|
|
/**
|