mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 06:50:22 +08:00
fix: capitalize Hindi
in i18n
This commit is contained in:
parent
f693211348
commit
35fd15854a
@ -20,7 +20,7 @@
|
||||
|
||||
const hi = {
|
||||
name: "हिंदी",
|
||||
english_name: "hindi",
|
||||
english_name: "Hindi",
|
||||
code: "hi",
|
||||
dictionary: {
|
||||
about: "के बारे में",
|
||||
|
@ -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"
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user