mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 10:05:20 +08:00
fix: remove seldomly used punctuation mark from Greek lang (@sledgehammer999) (#6297)
This commit is contained in:
parent
05271d6946
commit
d363cb3933
1 changed files with 0 additions and 4 deletions
|
@ -181,8 +181,6 @@ export async function punctuateWord(
|
|||
) {
|
||||
if (currentLanguage === "french") {
|
||||
word = ":";
|
||||
} else if (currentLanguage === "greek") {
|
||||
word = "·";
|
||||
} else if (currentLanguage === "chinese") {
|
||||
word += ":";
|
||||
} else {
|
||||
|
@ -206,8 +204,6 @@ export async function punctuateWord(
|
|||
) {
|
||||
if (currentLanguage === "french") {
|
||||
word = ";";
|
||||
} else if (currentLanguage === "greek") {
|
||||
word = "·";
|
||||
} else if (currentLanguage === "arabic" || currentLanguage === "kurdish") {
|
||||
word += "؛";
|
||||
} else if (currentLanguage === "chinese") {
|
||||
|
|
Loading…
Add table
Reference in a new issue