Skip to content

Commit 890fe87

Browse files
A small improvement has been made to the language service.
1 parent 79ed4d6 commit 890fe87

File tree

1 file changed

+0
-2
lines changed
  • assets/WS_Service/LangService

1 file changed

+0
-2
lines changed

assets/WS_Service/LangService/lang.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ else if (lang.startsWith("en"))
1010
else if (lang != "en-EN" | lang != "en" | lang != "en_US" | lang != "en-US" | lang != "tr-TR" | lang != "tr" | lang != "tr_TR")
1111
{
1212
alert("You are outside the TR or EN region. Support for languages of other countries has not been introduced.");
13-
}
14-
else {
1513
console.log("[linuxuserslinuxmint.github.io]: You are outside the TR or EN region. Support for languages of other countries has not been introduced.");
1614
}

0 commit comments

Comments
 (0)