From ed6bbcf4f7694063e479301cbf1166ae399b3e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Sun, 22 Oct 2023 16:58:27 +0100 Subject: [PATCH] Add Japanese to the list of supported languages --- web/src/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/manifest.json b/web/src/manifest.json index 3cc3a4b441..ccdb8cfc89 100644 --- a/web/src/manifest.json +++ b/web/src/manifest.json @@ -11,6 +11,7 @@ "locales": { "en-us": "English", "es-es": "Español", + "ja-jp": "日本語", "nl-nl": "Nederlands", "sv-se": "Svenska" }