From 5d7dc69991b6d28e58f97b01d022871b5f27c047 Mon Sep 17 00:00:00 2001 From: hensm Date: Mon, 25 Apr 2022 10:22:57 +0100 Subject: [PATCH] Remove extensionName message from non-English locales --- ext/src/_locales/de/messages.json | 6 +----- ext/src/_locales/es/messages.json | 6 +----- ext/src/_locales/nl/messages.json | 4 ---- ext/src/_locales/no/messages.json | 6 +----- 4 files changed, 3 insertions(+), 19 deletions(-) diff --git a/ext/src/_locales/de/messages.json b/ext/src/_locales/de/messages.json index 825bac6..23cb88c 100644 --- a/ext/src/_locales/de/messages.json +++ b/ext/src/_locales/de/messages.json @@ -1,9 +1,5 @@ { - "extensionName": { - "message": "EXTENSION_NAME" - , "description": "Name of the extension and the native receiver selector window title." - } - , "extensionDescription": { + "extensionDescription": { "message": "Aktiviert Chromecast-Support zum Streamen von Web-Apps (wie Netflix oder BBC iPlayer), HTML5-Video und Bildschirm-/Tabfreigaben." , "description": "Description of the extension shown in the add-ons manager." } diff --git a/ext/src/_locales/es/messages.json b/ext/src/_locales/es/messages.json index 65aa55f..6559dd1 100644 --- a/ext/src/_locales/es/messages.json +++ b/ext/src/_locales/es/messages.json @@ -1,9 +1,5 @@ { - "extensionName": { - "message": "fx_cast" - , "description": "Name of the extension and the native receiver selector window title." - } - , "extensionDescription": { + "extensionDescription": { "message": "Habilita el soporte de Chromecast para transmitir aplicaciones web (como Netflix y BBC iPlayer), video HTML5 y enviar pantalla/pestañas." , "description": "Description of the extension shown in the add-ons manager." } diff --git a/ext/src/_locales/nl/messages.json b/ext/src/_locales/nl/messages.json index c5f04f5..4f8e4cd 100755 --- a/ext/src/_locales/nl/messages.json +++ b/ext/src/_locales/nl/messages.json @@ -1,8 +1,4 @@ { - "extensionName": { - "message": "EXTENSION_NAME", - "description": "Name of the extension and the native receiver selector window title." - }, "extensionDescription": { "message": "", "description": "Description of the extension shown in the add-ons manager." diff --git a/ext/src/_locales/no/messages.json b/ext/src/_locales/no/messages.json index ba1b521..37f5aa4 100644 --- a/ext/src/_locales/no/messages.json +++ b/ext/src/_locales/no/messages.json @@ -1,9 +1,5 @@ { - "extensionName": { - "message": "EXTENSION_NAME" - , "description": "Name of the extension and the native receiver selector window title." - } - , "extensionDescription": { + "extensionDescription": { "message": "Skrur på Chromecast for å caste apper på nettet (som Netflix eller BBC iPlayer), HTML5 video og skjerm/fane-deling" , "description": "Description of the extension shown in the add-ons manager." }