From d298273d0d3bb8f76a18d8a4bd60c76caa92246d Mon Sep 17 00:00:00 2001 From: kabir-afk Date: Mon, 10 Jun 2024 17:00:43 +0530 Subject: [PATCH] refactor: interntionalizing only the name of the extension --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index eb9755a..81797bd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "manifest_version": 3, - "name": "__MSG_extensionName__", + "name": "__MSG_si_addon_title__", "version": "1.0.22", "author": "Antoine '0x010C' Lamielle, Hugo Lopez", - "description": "__MSG_extensionDescription__", + "description": "SignIt translate a selected word into Sign Language videos.", "homepage_url": "https://lingualibre.org", "icons": { "32": "icons/Lingualibre_SignIt-logo-no-text-square-32.png",