Explorar o código

add _community_term_

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
495dca33ee
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  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',
+        ],
     ];
 
     /**