mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 23:38:40 +08:00
fix: capitalize Hindi
in i18n
This commit is contained in:
parent
f693211348
commit
35fd15854a
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
const hi = {
|
const hi = {
|
||||||
name: "हिंदी",
|
name: "हिंदी",
|
||||||
english_name: "hindi",
|
english_name: "Hindi",
|
||||||
code: "hi",
|
code: "hi",
|
||||||
dictionary: {
|
dictionary: {
|
||||||
about: "के बारे में",
|
about: "के बारे में",
|
||||||
|
@ -364,7 +364,6 @@ const ig = {
|
|||||||
"Owner": undefined, // In English: "Owner"
|
"Owner": undefined, // In English: "Owner"
|
||||||
"You can't share with yourself.": undefined, // In English: "You can't share with yourself."
|
"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"
|
"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