fix: capitalize Hindi in i18n

This commit is contained in:
jelveh 2024-11-19 17:54:28 -08:00
parent f693211348
commit 35fd15854a
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@
const hi = {
name: "हिंदी",
english_name: "hindi",
english_name: "Hindi",
code: "hi",
dictionary: {
about: "के बारे में",

View File

@ -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"
}
};