mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-28 16:54:04 +08:00
added lazy mode to greek
This commit is contained in:
parent
05e2d344d3
commit
ff1fc38108
6 changed files with 7 additions and 5 deletions
|
@ -31,6 +31,13 @@ const accents: [string, string][] = [
|
|||
["ٍ", ""],
|
||||
["ّ", ""],
|
||||
["ё", "е"],
|
||||
["ά", "α"],
|
||||
["έ", "ε"],
|
||||
["ί", "ι"],
|
||||
["ύ", "υ"],
|
||||
["ό", "ο"],
|
||||
["ή", "η"],
|
||||
["ώ", "ω"],
|
||||
];
|
||||
|
||||
export function replaceAccents(
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "greek",
|
||||
"leftToRight": true,
|
||||
"noLazyMode": true,
|
||||
"bcp47": "el-GR",
|
||||
"words": [
|
||||
"άρθρο",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "greek_10k",
|
||||
"leftToRight": true,
|
||||
"noLazyMode": true,
|
||||
"bcp47": "el-GR",
|
||||
"words": [
|
||||
"άγρια",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "greek_1k",
|
||||
"leftToRight": true,
|
||||
"noLazyMode": true,
|
||||
"bcp47": "el-GR",
|
||||
"words": [
|
||||
"άλλα",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "greek_25k",
|
||||
"leftToRight": true,
|
||||
"noLazyMode": true,
|
||||
"bcp47": "el-GR",
|
||||
"words": [
|
||||
"ά",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "greek_5k",
|
||||
"leftToRight": true,
|
||||
"noLazyMode": true,
|
||||
"bcp47": "el-GR",
|
||||
"words": [
|
||||
"άδεια",
|
||||
|
|
Loading…
Reference in a new issue