mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
add persian_20k & persian bcp47 (#3423) AshkanArabim
This commit is contained in:
parent
47db522c9e
commit
a01f79f808
6 changed files with 21024 additions and 1 deletions
|
|
@ -198,7 +198,7 @@
|
|||
},
|
||||
{
|
||||
"name": "persian",
|
||||
"languages": ["persian", "persian_1k", "persian_5k"]
|
||||
"languages": ["persian", "persian_1k", "persian_5k", "persian_20k"]
|
||||
},
|
||||
{
|
||||
"name": "kazakh",
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@
|
|||
,"persian"
|
||||
,"persian_1k"
|
||||
,"persian_5k"
|
||||
,"persian_20k"
|
||||
,"kazakh"
|
||||
,"vietnamese"
|
||||
,"vietnamese_1k"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"leftToRight": false,
|
||||
"ligatures": true,
|
||||
"noLazyMode": true,
|
||||
"bcp47": "fa",
|
||||
"words": [
|
||||
"من",
|
||||
"تو",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"leftToRight": false,
|
||||
"ligatures": true,
|
||||
"noLazyMode": true,
|
||||
"bcp47": "fa",
|
||||
"words": [
|
||||
"سال",
|
||||
"نبرد",
|
||||
|
|
|
|||
21019
frontend/static/languages/persian_20k.json
Normal file
21019
frontend/static/languages/persian_20k.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -3,6 +3,7 @@
|
|||
"leftToRight": false,
|
||||
"ligatures": true,
|
||||
"noLazyMode": true,
|
||||
"bcp47": "fa",
|
||||
"words": [
|
||||
"پیوند",
|
||||
"شگفت",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue