From 8ece2508305d5edc32862b08e84a0a6c23e8fbe1 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 14 Jul 2024 16:26:53 +0100 Subject: [PATCH] Internationalize fallback manifests --- manifest.fx.v3.json | 5 +++-- manifest.v2.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.fx.v3.json b/manifest.fx.v3.json index b48e380e9..678c3f4e6 100644 --- a/manifest.fx.v3.json +++ b/manifest.fx.v3.json @@ -1,9 +1,9 @@ { "manifest_version": 3, - "name": "Kiwix", + "name": "__MSG_extensionName__", "version": "4.1.0", - "description": "Kiwix is an offline reader for content from Wikipedia, TED Talks, Stackexchange, and many other sources.", + "description": "__MSG_extensionDescription__", "icons": { "16": "www/img/icons/kiwix-16.png", @@ -41,6 +41,7 @@ "matches": ["https://*.kiwix.org/*", "https://kiwix.github.io/*"] }], + "default_locale": "en", "author": "Kiwix", "homepage_url": "https://www.kiwix.org", "offline_enabled": true diff --git a/manifest.v2.json b/manifest.v2.json index 9fe1ad0c3..e9259b4c8 100644 --- a/manifest.v2.json +++ b/manifest.v2.json @@ -1,9 +1,9 @@ { "manifest_version": 2, - "name": "Kiwix", + "name": "__MSG_extensionName__", "version": "4.1.0", - "description": "Kiwix is an offline reader for content from Wikipedia, TED Talks, Stackexchange, and many other sources.", + "description": "__MSG_extensionDescription__", "icons": { "16": "www/img/icons/kiwix-16.png", @@ -41,6 +41,7 @@ "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", + "default_locale": "en", "author": "mossroy", "homepage_url": "https://www.kiwix.org", "offline_enabled": true