From d390feeab79590e1c0a7fcd6ac97cae59ef11ab3 Mon Sep 17 00:00:00 2001 From: nick comer Date: Thu, 2 May 2024 20:06:20 -0400 Subject: [PATCH] whoops missed en --- _locales/en/messages.json | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4b1bf9e..10380e6 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1,10 +1,24 @@ { - "extension_name": { - "message": "HyperTab", - "description": "The display name for the extension." - }, - "extension_description": { - "message": "Quick Tab Search and Switch for Safari", - "description": "Description of what the extension does." + "extension_name": { + "message": "HyperTab", + "description": "The display name for the extension." + }, + "extension_description": { + "message": "Quick Tab Search and Switch", + "description": "Description of what the extension does." + }, + "ui_open_tabs": { + "message": "Open Tabs ($COUNT$)", + "description": "Text denoting the section in the UI of open tabs", + "placeholders": { + "count": { + "content": "$1", + "example": "82" + } } + }, + "ui_search_tabs": { + "message": "Search Tabs", + "description": "Placeholder text in the tab search box" + } }