diff --git a/src/main/resources/lang/en_gb.json b/src/main/resources/lang/en_gb.json deleted file mode 100644 index e623fa1..0000000 --- a/src/main/resources/lang/en_gb.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "example": "test" -} \ No newline at end of file diff --git a/src/main/resources/lang/nb-NO/example.json b/src/main/resources/lang/nb-NO/example.json new file mode 100644 index 0000000..d55c323 --- /dev/null +++ b/src/main/resources/lang/nb-NO/example.json @@ -0,0 +1,27 @@ +{ + "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/nb_no.json b/src/main/resources/lang/nb_no.json deleted file mode 100644 index e623fa1..0000000 --- a/src/main/resources/lang/nb_no.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "example": "test" -} \ 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 new file mode 100644 index 0000000..d55c323 --- /dev/null +++ b/src/main/resources/lang/sv-SE/example.json @@ -0,0 +1,27 @@ +{ + "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.json b/src/main/resources/lang/sv_se.json deleted file mode 100644 index e623fa1..0000000 --- a/src/main/resources/lang/sv_se.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "example": "test" -} \ No newline at end of file