Browse Source

add _System_Grammar_Term

visuddhinanda 3 years ago
parent
commit
c2fbf76a3a
1 changed files with 15 additions and 0 deletions
  1. 15 0
      app/Console/Commands/InitSystemChannel.php

+ 15 - 0
app/Console/Commands/InitSystemChannel.php

@@ -32,6 +32,21 @@ class InitSystemChannel extends Command
             'type'=>'original',
             'lang'=>'pali',
         ],
+        [
+            "name"=>'_System_Grammar_Term_zh-hans_',
+            'type'=>'translation',
+            'lang'=>'zh-Hans',
+        ],
+        [
+            "name"=>'_System_Grammar_Term_zh-hant_',
+            'type'=>'translation',
+            'lang'=>'zh-Hant',
+        ],
+        [
+            "name"=>'_System_Grammar_Term_en_',
+            'type'=>'translation',
+            'lang'=>'en',
+        ],
     ];
 
     /**