Skip to content

Commit b290443

Browse files
authored
Merge pull request #74 from sillsdev/BL-14325_indian_script_samples
fix: BL-14325 add script samples for major indian scripts (#74)
2 parents 79ce466 + 439f771 commit b290443

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed
Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
export const scriptSamples: { [key: string]: string } = {
2+
// Scripts which frequently show up as options for languages with multiple scripts
23
latn: "A B C D",
34
arab: "ا ب ت ث",
4-
deva: "अ आ इ ई",
5+
deva: "क ख ग घ",
56
cyrl: "А Б В Г",
67
tibt: "ཀ ཁ ག གྷ",
78
ethi: "ሀ ሁ ሂ ሃ",
89
thai: "ก ข ค ฆ",
9-
beng: "অ আ ই ঈ",
10+
beng: "ক খ গ ঘ",
1011
mymr: "က ခ ဂ ဃ",
12+
13+
// Some additional Indian scripts
14+
guru: "ਕ ਖ ਗ ਘ",
15+
gujr: "ક ખ ગ ઘ",
16+
taml: "க ங ச ஞ",
17+
telu: "క ఖ గ ఘ",
18+
knda: "ಕ ಖ ಗ ಘ",
19+
mlym: "ക ഖ ഗ ഘ",
20+
orya: "କ ଖ ଗ ଘ",
21+
mtei: "ꯀ ꯈ ꯒ ꯔ",
1122
};

0 commit comments

Comments
 (0)