Browse Source

add _community_translation

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

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

@@ -62,6 +62,21 @@ class InitSystemChannel extends Command
             'type'=>'translation',
             'lang'=>'en',
         ],
+        [
+            "name"=>'_community_translation_zh-hans_',
+            'type'=>'translation',
+            'lang'=>'zh-Hans',
+        ],
+        [
+            "name"=>'_community_translation_zh-hant_',
+            'type'=>'translation',
+            'lang'=>'zh-Hant',
+        ],
+        [
+            "name"=>'_community_translation_en_',
+            'type'=>'translation',
+            'lang'=>'en',
+        ],
     ];
 
     /**