Explorar o código

add _community_translation

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
49d549b121
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

@@ -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',
+        ],
     ];
 
     /**