Browse Source

feat:en 语言添加global.php

igb 6 months ago
parent
commit
52929466ad
1 changed files with 11 additions and 0 deletions
  1. 11 0
      lang/en/global.php

+ 11 - 0
lang/en/global.php

@@ -0,0 +1,11 @@
+<?php
+
+
+return [
+    'labels' => [
+        'category_name' => 'Category Name',
+    ],
+    'options' => [
+        //
+    ],
+];