Skip to content

Commit

Permalink
fix: capitalize Hindi in i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Nov 20, 2024
1 parent f693211 commit 35fd158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/src/i18n/translations/hi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

const hi = {
name: "हिंदी",
english_name: "hindi",
english_name: "Hindi",
code: "hi",
dictionary: {
about: "के बारे में",
Expand Down
1 change: 0 additions & 1 deletion src/gui/src/i18n/translations/ig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}
};

Expand Down

0 comments on commit 35fd158

Please sign in to comment.