Skip to content

Commit

Permalink
Add hindi language option. (#1387)
Browse files Browse the repository at this point in the history
Add hindi to the language selection dropdown.
  • Loading branch information
lucaskjaero authored Sep 1, 2024
1 parent d1cd0fd commit 7227e3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ext/js/language/language-descriptors.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ const languageDescriptors = [
removeAlphabeticDiacritics,
},
},
{
iso: 'hi',
iso639_3: 'hin',
name: 'Hindi',
exampleText: 'पढ़ने के लिए',
},
{
iso: 'hu',
iso639_3: 'hun',
Expand Down
1 change: 1 addition & 0 deletions types/ext/language-descriptors.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ type AllTextProcessors = {
grc: {
pre: CapitalizationPreprocessors & AlphabeticDiacriticsProcessor;
};
hi: Record<string, never>;
hu: {
pre: CapitalizationPreprocessors;
};
Expand Down

0 comments on commit 7227e3b

Please sign in to comment.