You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/WS_Service/LangService/lang.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,6 @@ else if (lang.startsWith("en"))
9
9
}
10
10
else if (!lang.startsWith("en") && !lang.startsWith("tr"))
11
11
{
12
-
alert("You are outside the TR or EN region. Support for languages of other countries has not been introduced.");
13
-
console.log("[linuxuserslinuxmint.github.io]: You are outside the TR or EN region. Support for languages of other countries has not been introduced.");
12
+
alert("Your browser language is not Turkish or English. Support for other languages is not provided.");
13
+
console.log("[linuxuserslinuxmint.github.io]: Your browser language is not Turkish or English. Support for other languages is not provided.");
0 commit comments