From 69d31e41f53338865eab6be409ea9235065bcb42 Mon Sep 17 00:00:00 2001 From: SamB440 Date: Wed, 15 Jan 2020 14:20:31 +0000 Subject: [PATCH] Add actual translatable strings --- src/main/resources/lang/en-GB/default.json | 28 +++------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/src/main/resources/lang/en-GB/default.json b/src/main/resources/lang/en-GB/default.json index d55c323..d819c66 100644 --- a/src/main/resources/lang/en-GB/default.json +++ b/src/main/resources/lang/en-GB/default.json @@ -1,27 +1,5 @@ { - "extensionName": { - "message": "Notify link clicks i18n", - "description": "Name of the extension." - }, - - "extensionDescription": { - "message": "Shows a notification when the user clicks on links.", - "description": "Description of the extension." - }, - - "notificationTitle": { - "message": "Click notification", - "description": "Title of the click notification." - }, - - "notificationContent": { - "message": "You clicked $URL$.", - "description": "Tells the user which link they clicked.", - "placeholders": { - "url" : { - "content" : "$1", - "example" : "https://developer.mozilla.org" - } - } - } + "discovered_on": "&7Discovered on: %0", + "discovered_title": "&d%0 discovered!", + "discovered_subtitle": "&fKeep exploring to discover more!" } \ No newline at end of file