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:
aNOOBis 2022-05-30 18:54:02 +03:00 committed by GitHub
parent 7deb789224
commit d19d6396ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 77788 additions and 1 deletions

View file

@ -67,7 +67,13 @@
},
{
"name": "russian",
"languages": ["russian", "russian_1k", "russian_10k"]
"languages": [
"russian",
"russian_1k",
"russian_10k",
"russian_25k",
"russian_50k"
]
},
{
"name": "polish",

View file

@ -29,6 +29,8 @@
,"russian"
,"russian_1k"
,"russian_10k"
,"russian_25k"
,"russian_50k"
,"ukrainian"
,"ukrainian_1k"
,"ukrainian_10k"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff