We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79ce466 + 439f771 commit b290443Copy full SHA for b290443
components/language-chooser/common/find-language/scriptSamples.ts
@@ -1,11 +1,22 @@
1
export const scriptSamples: { [key: string]: string } = {
2
+ // Scripts which frequently show up as options for languages with multiple scripts
3
latn: "A B C D",
4
arab: "ا ب ت ث",
- deva: "अ आ इ ई",
5
+ deva: "क ख ग घ",
6
cyrl: "А Б В Г",
7
tibt: "ཀ ཁ ག གྷ",
8
ethi: "ሀ ሁ ሂ ሃ",
9
thai: "ก ข ค ฆ",
- beng: "অ আ ই ঈ",
10
+ beng: "ক খ গ ঘ",
11
mymr: "က ခ ဂ ဃ",
12
+
13
+ // Some additional Indian scripts
14
+ guru: "ਕ ਖ ਗ ਘ",
15
+ gujr: "ક ખ ગ ઘ",
16
+ taml: "க ங ச ஞ",
17
+ telu: "క ఖ గ ఘ",
18
+ knda: "ಕ ಖ ಗ ಘ",
19
+ mlym: "ക ഖ ഗ ഘ",
20
+ orya: "କ ଖ ଗ ଘ",
21
+ mtei: "ꯀ ꯈ ꯒ ꯔ",
22
};
0 commit comments