Skip to content

Commit fc1602b

Browse files
authored
fix(language): fixed Marathi not showing up in the language list (@agokule) (#6395)
### Description Right now, the Marathi language should exist on Monkeytype (there is a `marathi.json` file in both `frontend/static/quotes` and `frontend/static/languages`) but it doesn't. This is probably because it isn't in the `_list.json` and `_groups.json` file, so I added it to those files. This is related to #4174. --------- Co-authored-by: Atharv Gokule <[email protected]>
1 parent 978878c commit fc1602b

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

frontend/static/languages/_groups.json

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
"name": "khmer",
9393
"languages": ["khmer"]
9494
},
95+
{
96+
"name": "marathi",
97+
"languages": ["marathi"]
98+
},
9599
{
96100
"name": "chinese",
97101
"languages": [

frontend/static/languages/_list.json

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
,"persian_5k"
193193
,"persian_20k"
194194
,"persian_romanized"
195+
,"marathi"
195196
,"kazakh"
196197
,"kazakh_1k"
197198
,"vietnamese"

frontend/static/languages/marathi.json

+16-15
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,26 @@
2626
"परंतु",
2727
"काय",
2828
"काही",
29-
"आहे",
3029
"आपण",
3130
"किंवा",
32-
"होते",
3331
"अगोदर",
3432
"निर्देश",
3533
"च्या",
3634
"आणि",
37-
"एक",
3835
"मध्ये",
3936
"आम्ही",
4037
"हे",
4138
"करू",
4239
"शकता",
4340
"बाहेर",
4441
"इतर",
45-
"होते",
4642
"जे",
47-
"करू",
4843
"त्यांच्या",
4944
"वेळ",
5045
"तर",
5146
"खाईन",
5247
"कसे",
5348
"म्हणाला",
54-
"एक",
5549
"प्रत्येक",
5650
"सांगा",
5751
"नाही",
@@ -75,7 +69,6 @@
7569
"जोडा",
7670
"अगदी",
7771
"जमीन",
78-
"येथे",
7972
"पाहिजे",
8073
"मोठा",
8174
"उच्च",
@@ -124,15 +117,13 @@
124117
"वर्ष",
125118
"आले",
126119
"शो",
127-
"प्रत्येक",
128120
"चांगले",
129121
"मला",
130122
"देणे",
131123
"आमच्या",
132124
"अंतर्गत",
133125
"नाव",
134126
"फार",
135-
"द्वारे",
136127
"फक्त",
137128
"फॉर्म",
138129
"वाक्य",
@@ -164,31 +155,26 @@
164155
"मार्ग",
165156
"बद्दल",
166157
"अनेक",
167-
"नंतर",
168158
"त्यांना",
169159
"लेखन",
170160
"बरी होईल",
171161
"जसे",
172162
"त्यामुळे",
173-
"या",
174163
"तिच्या",
175164
"लांब",
176165
"करा",
177166
"गोष्ट",
178167
"पहा",
179168
"त्याला",
180169
"दोन",
181-
"आहे",
182170
"पाहण्यासारखे",
183171
"अधिक",
184172
"दिवस",
185173
"शक्य झाले",
186174
"जा",
187175
"येणे",
188-
"केले",
189176
"संख्या",
190177
"आवाज पातळी",
191-
"नाही",
192178
"सर्वात",
193179
"लोक",
194180
"माझा",
@@ -202,6 +188,21 @@
202188
"असू शकेल",
203189
"खाली",
204190
"लवकरच",
205-
"पाहिजे"
191+
"गरुड",
192+
"डोंगर",
193+
"ओळख",
194+
"खेळायला",
195+
"संध्याकाळ",
196+
"प्रवास",
197+
"शिकणे",
198+
"सांगितले",
199+
"वाढवा",
200+
"समस्या",
201+
"शाळा",
202+
"रंग",
203+
"सूर्य",
204+
"झाड",
205+
"अन्न",
206+
"आकाश"
206207
]
207208
}

0 commit comments

Comments
 (0)