replaced full stop with the vertical line in nepali

This commit is contained in:
Miodec 2022-10-13 19:39:40 +02:00
parent b961d33a72
commit 20068b9b47

View file

@ -153,6 +153,8 @@ export async function punctuateWord(
if (rand <= 0.8) {
if (currentLanguage == "kurdish") {
word += ".";
} else if (currentLanguage === "nepali") {
word += "।";
} else {
word += ".";
}