mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
replaced full stop with the vertical line in nepali
This commit is contained in:
parent
b961d33a72
commit
20068b9b47
1 changed files with 2 additions and 0 deletions
|
|
@ -153,6 +153,8 @@ export async function punctuateWord(
|
|||
if (rand <= 0.8) {
|
||||
if (currentLanguage == "kurdish") {
|
||||
word += ".";
|
||||
} else if (currentLanguage === "nepali") {
|
||||
word += "।";
|
||||
} else {
|
||||
word += ".";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue