From b505602068a575e946b39825d0bfdaf7098fd3ad Mon Sep 17 00:00:00 2001 From: Ross Allen Date: Thu, 11 Jul 2019 13:54:28 -0400 Subject: [PATCH] Give extension a name in Hungarian This is required by the Google Chrome Webstore and blocks updates until all translation files contain translations for the extension's name. --- _locales/hu/messages.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_locales/hu/messages.json b/_locales/hu/messages.json index 2b43aa36..0b5efa14 100644 --- a/_locales/hu/messages.json +++ b/_locales/hu/messages.json @@ -36,5 +36,9 @@ "contextMenu_lockTab": { "description": "Label for context menu item that locks the clicked tab", "message": "Soha ne zárja be ezt a lapot" + }, + "extName": { + "description": "The name of this extension", + "message": "Tab Wrangler" } } \ No newline at end of file