From 6fa8b7c61bf124833eacdbb9e9de7a4cdaa49b04 Mon Sep 17 00:00:00 2001 From: SamB440 Date: Wed, 15 Jan 2020 14:07:11 +0000 Subject: [PATCH] Redo file layout --- .../{en-US/example.json => en/default.json} | 0 src/main/resources/lang/nb-NO/example.json | 27 ------------------- src/main/resources/lang/sv-SE/example.json | 27 ------------------- 3 files changed, 54 deletions(-) rename src/main/resources/lang/{en-US/example.json => en/default.json} (100%) delete mode 100644 src/main/resources/lang/nb-NO/example.json delete mode 100644 src/main/resources/lang/sv-SE/example.json diff --git a/src/main/resources/lang/en-US/example.json b/src/main/resources/lang/en/default.json similarity index 100% rename from src/main/resources/lang/en-US/example.json rename to src/main/resources/lang/en/default.json diff --git a/src/main/resources/lang/nb-NO/example.json b/src/main/resources/lang/nb-NO/example.json deleted file mode 100644 index d55c323..0000000 --- a/src/main/resources/lang/nb-NO/example.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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" - } - } - } -} \ No newline at end of file diff --git a/src/main/resources/lang/sv-SE/example.json b/src/main/resources/lang/sv-SE/example.json deleted file mode 100644 index d55c323..0000000 --- a/src/main/resources/lang/sv-SE/example.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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" - } - } - } -} \ No newline at end of file