Quellcode durchsuchen

Update `English` translation

Currently translated at 100.0% (8 of 8 strings)

Translation: Wiki-Bot/Interactions
Translate-URL: https://translate.wikibot.de/projects/wiki-bot/interactions/en/
MarkusRost vor 3 Jahren
Ursprung
Commit
0f131af4b9
1 geänderte Dateien mit 13 neuen und 13 gelöschten Zeilen
  1. 13 13
      interactions/i18n/en.json

+ 13 - 13
interactions/i18n/en.json

@@ -1,14 +1,14 @@
 {
-	"inline": {
-		"name": "inline",
-		"description": "Post a message with inline wiki links.",
-		"options[0].name": "text",
-		"options[0].description": "Text including wikitext links."
-	},
-	"verify": {
-		"name": "verify",
-		"description": "Verify your Discord account with your wiki account.",
-		"options[0].name": "username",
-		"options[0].description": "Your username on the wiki."
-	}
-}
+    "inline": {
+        "description": "Post a message with inline wiki links.",
+        "name": "inline",
+        "options[0].description": "Text including wikitext links.",
+        "options[0].name": "text"
+    },
+    "verify": {
+        "description": "Verify your Discord account with your wiki account.",
+        "name": "verify",
+        "options[0].description": "Your username on the wiki.",
+        "options[0].name": "username"
+    }
+}