Skip to content

Commit f1c1fd2

Browse files
Documentation for LinuxUsersLinuxMint software has been added to the support section.
Signed-off-by: LinuxUsersLinuxMint <143949134+LinuxUsersLinuxMint@users.noreply.github.com>
1 parent 4ec5eb7 commit f1c1fd2

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

support/index_en.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
</head>
2525
<body class="body">
2626
<div class="supportmenu1"><a class="home" href="/support/linuxuserslinuxmint/location.en.html"><p class="menutext1" style="margin: -9px 0 0 0px">Change location for the website</p></a></div>
27+
<div class="supportmenu" style="margin: 10px 0 1px -1px"><a class="home" href="#"><p class="menutext1" style="margin: -9px 0 0 0px">Documentation for LinuxUsersLinuxMint software</p></a></div>
2728
</body>
2829
</html>

support/index_tr.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
</head>
2525
<body class="body">
2626
<div class="supportmenu"><a class="home" href="/support/linuxuserslinuxmint/location.tr.html"><p class="menutext1" style="margin: -9px 0 0 0px">Web sitesi için konum değiştirme</p></a></div>
27+
<div class="supportmenu" style="margin: 10px 0 1px -1px"><a class="home" href="#"><p class="menutext1" style="margin: -9px 0 0 0px">LinuxUsersLinuxMint yazılımları için dokümanlar</p></a></div>
2728
</body>
2829
</html>

support/lang.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
var lang = navigator.language || navigator.userLanguage;
2+
if (lang == "tr-TR" | lang == "tr" | lang == "tr_TR")
3+
{
4+
document.getElementById("Text").textContent = "DISK LO";
5+
}
6+
else if (lang == "en-EN" | lang == "en" | lang == "en_US" | lang == "en-US")
7+
{
8+
9+
}
10+
else if (lang != "en-EN" | lang != "en" | lang != "en_US" | lang != "en-US" | lang != "tr-TR" | lang != "tr" | lang != "tr_TR")
11+
{
12+
alert("You are outside the TR or EN region. Support for languages of other countries has not been introduced.");
13+
}
14+
else {
15+
console.log("[linuxuserslinuxmint.github.io]: You are outside the TR or EN region. Support for languages of other countries has not been introduced.");
16+
}

0 commit comments

Comments
 (0)