From 35fd15854ad3cc92924c4ded752e337f467a7125 Mon Sep 17 00:00:00 2001 From: jelveh Date: Tue, 19 Nov 2024 17:54:28 -0800 Subject: [PATCH] fix: capitalize `Hindi` in i18n --- src/gui/src/i18n/translations/hi.js | 2 +- src/gui/src/i18n/translations/ig.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/src/i18n/translations/hi.js b/src/gui/src/i18n/translations/hi.js index 1aa83ac7..9a82689c 100644 --- a/src/gui/src/i18n/translations/hi.js +++ b/src/gui/src/i18n/translations/hi.js @@ -20,7 +20,7 @@ const hi = { name: "हिंदी", - english_name: "hindi", + english_name: "Hindi", code: "hi", dictionary: { about: "के बारे में", diff --git a/src/gui/src/i18n/translations/ig.js b/src/gui/src/i18n/translations/ig.js index 8e694ce1..34f96735 100644 --- a/src/gui/src/i18n/translations/ig.js +++ b/src/gui/src/i18n/translations/ig.js @@ -364,7 +364,6 @@ const ig = { "Owner": undefined, // In English: "Owner" "You can't share with yourself.": undefined, // In English: "You can't share with yourself." "This user already has access to this item": undefined, // In English: "This user already has access to this item" - } };