diff --git a/assets/WS_Service/LangService/lang_en.js b/assets/WS_Service/LangService/lang_en.js deleted file mode 100644 index 0fcef2a..0000000 --- a/assets/WS_Service/LangService/lang_en.js +++ /dev/null @@ -1,14 +0,0 @@ -var lang = navigator.language || navigator.userLanguage; -if (lang == "tr-TR" | lang == "tr" | lang == "tr_TR") -{ - document.location.href = "/index.html"; -} -else if (lang == "en-EN" | lang == "en" | lang == "en_US" | lang == "en-US") -{ - document.location.href = "/index.html"; -} -else if (lang != "en-EN" | lang != "en" | lang != "en_EN") -{ - alert("You are outside the TR or EN region. Support for languages of other countries has not been introduced."); - document.location.href = "/index.html"; -} \ No newline at end of file diff --git a/assets/WS_Service/LangService/lang_tr.js b/assets/WS_Service/LangService/lang_tr.js deleted file mode 100644 index 55edfc7..0000000 --- a/assets/WS_Service/LangService/lang_tr.js +++ /dev/null @@ -1,15 +0,0 @@ -var lang = navigator.language || navigator.userLanguage; -if (lang == "tr-TR" | lang == "tr" | lang == "tr_TR") -{ - console.log("[linuxuserslinuxmint.github.io]: USER_LOCATION= Türkiye or Turkish countries"); - document.location.href = "/index.html"; -} -else if (lang == "en-EN" | lang == "en" | lang == "en_US" | lang == "en-US") -{ - document.location.href = "/index.html"; -} -else if (lang != "tr-TR" | lang != "tr" | lang != "tr_TR") -{ - alert("You are outside the TR or EN region. Support for languages of other countries has not been introduced."); - document.location.href = "/index.html"; -} diff --git a/support/index.html b/support/index.html deleted file mode 100644 index 55d156a..0000000 --- a/support/index.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - LinuxUsersLinuxMint - Support Page - - - - -
-
- - \ No newline at end of file