Procházet zdrojové kódy

Update translation widgets

WikiBot-bot před 3 roky
rodič
revize
dde792ee56

+ 9 - 1
interactions/commands/inline.json

@@ -3,9 +3,13 @@
   "application_id": "",
   "name": "inline",
   "name_localizations": {
+    "en-GB": "inline",
+    "en-US": "inline"
   },
   "description": "Post a message with inline wiki links.",
   "description_localizations": {
+    "en-GB": "Post a message with inline wiki links.",
+    "en-US": "Post a message with inline wiki links."
   },
   "default_permission": true,
   "default_member_permissions": "68608",
@@ -14,11 +18,15 @@
       "type": 3,
       "name": "text",
       "name_localizations": {
+        "en-GB": "text",
+        "en-US": "text"
       },
       "description": "Text including wikitext links.",
       "description_localizations": {
+        "en-GB": "Text including wikitext links.",
+        "en-US": "Text including wikitext links."
       },
       "required": true
     }
   ]
-}
+}

+ 9 - 1
interactions/commands/verify.json

@@ -3,9 +3,13 @@
   "application_id": "",
   "name": "verify",
   "name_localizations": {
+    "en-GB": "verify",
+    "en-US": "verify"
   },
   "description": "Verify your Discord account with your wiki account.",
   "description_localizations": {
+    "en-GB": "Verify your Discord account with your wiki account.",
+    "en-US": "Verify your Discord account with your wiki account."
   },
   "default_permission": false,
   "default_member_permissions": "68608",
@@ -14,11 +18,15 @@
       "type": 3,
       "name": "username",
       "name_localizations": {
+        "en-GB": "username",
+        "en-US": "username"
       },
       "description": "Your username on the wiki.",
       "description_localizations": {
+        "en-GB": "Your username on the wiki.",
+        "en-US": "Your username on the wiki."
       },
       "required": false
     }
   ]
-}
+}