소스 검색

add _community_term_

visuddhinanda 3 년 전
부모
커밋
495dca33ee
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      app/Console/Commands/InitSystemChannel.php

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

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