mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 01:44:50 +08:00
Russian Language 25k and 50k addition (#3044) aNOOBisTheGod
* spacebar in presets and tags addition * super mega spacebar remake * style fix * final name removal in ui * replaceAll in ape removal * using display above account chart * create preset in command line addition * testing removal * one more testing removal * create tag command line addition * Update commandline-lists.ts * moved add commands to the bottom hiding if user is not signed in * refactor * hiding tags and presets when signed out * fixed presets and tags display in alerts * russian_25k and russian_50k addition Co-authored-by: Miodec <bartnikjack@gmail.com> Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
This commit is contained in:
parent
7deb789224
commit
d19d6396ec
4 changed files with 77788 additions and 1 deletions
|
|
@ -67,7 +67,13 @@
|
|||
},
|
||||
{
|
||||
"name": "russian",
|
||||
"languages": ["russian", "russian_1k", "russian_10k"]
|
||||
"languages": [
|
||||
"russian",
|
||||
"russian_1k",
|
||||
"russian_10k",
|
||||
"russian_25k",
|
||||
"russian_50k"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "polish",
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@
|
|||
,"russian"
|
||||
,"russian_1k"
|
||||
,"russian_10k"
|
||||
,"russian_25k"
|
||||
,"russian_50k"
|
||||
,"ukrainian"
|
||||
,"ukrainian_1k"
|
||||
,"ukrainian_10k"
|
||||
|
|
|
|||
26053
frontend/static/languages/russian_25k.json
Normal file
26053
frontend/static/languages/russian_25k.json
Normal file
File diff suppressed because it is too large
Load diff
51726
frontend/static/languages/russian_50k.json
Normal file
51726
frontend/static/languages/russian_50k.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue