Skip to content

Commit fd0b36a

Browse files
Preparation for the new language system for contents.
1 parent 71fbcfc commit fd0b36a

File tree

10 files changed

+70
-0
lines changed

10 files changed

+70
-0
lines changed

Contents/adwmgui/STEP_1/TR/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<link rel="stylesheet" href="/assets/CSS/astt.css">
2323
<title>LinuxUsersLinuxMint - AdWMGUI Bugün yayınlanıcaktır</title>
2424
<link rel="stylesheet" href="/assets/CSS/common_code.css">
25+
<script src="/assets/WS_Service/LangService/Contents/0003/Step1/0003.js"></script>
2526
</head>
2627
<body>
2728
<h1 class="astt">- AdWMGUI (Advanced Windows Manager GUI) Bugün yayınlanıcaktır -</h1>

Contents/adwmgui/STEP_2/TR/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<link rel="stylesheet" href="/assets/CSS/astt.css">
2323
<title>LinuxUsersLinuxMint - AdWMGUI yayımlandı</title>
2424
<link rel="stylesheet" href="/assets/CSS/common_code.css">
25+
<script src="/assets/WS_Service/LangService/Contents/0003/Step2/0003.js"></script>
2526
</head>
2627
<body>
2728
<h1 class="astt">- AdWMGUI (Advanced Windows Manager GUI) yayımlandı -</h1>

Contents/adwmremove/TR/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel="stylesheet" href="/assets/CSS/astt.css">
2222
<title>LinuxUsersLinuxMint - AdWM yazılımı kaldırılmıştır</title>
2323
<link rel="stylesheet" href="/assets/CSS/common_code.css">
24+
<script src="/assets/WS_Service/LangService/Contents/0004/0004.js"></script>
2425
</head>
2526
<body>
2627
<h1 class="astt">- AdWM (Advanced Windows Manager) yazılımı kaldırılmıştır -</h1>

Contents/adwmrewrite/TR/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel="stylesheet" href="/assets/CSS/astt.css">
2222
<title>LinuxUsersLinuxMint - AdWM yeniden yazılacaktır (Yeni Sürüm)</title>
2323
<link rel="stylesheet" href="/assets/CSS/common_code.css">
24+
<script src="/assets/WS_Service/LangService/Contents/0002/0002.js"></script>
2425
</head>
2526
<body>
2627
<h1 class="astt">- AdWM yeniden yazılacaktır (Yeni Sürüm) -</h1>

Contents/artadosearch/TR/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<link rel="stylesheet" href="/assets/CSS/astt.css">
2222
<title>LinuxUsersLinuxMint - Artado Search</title>
2323
<link rel="stylesheet" href="/assets/CSS/common_code.css">
24+
<script src="/assets/WS_Service/LangService/Contents/0001/0001.js"></script>
2425
</head>
2526
<body>
2627
<h1 class="astt">- Artado Search ve Yenilikler Hakkında -</h1>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
window.onload = function()
2+
{
3+
var lang = navigator.language;
4+
5+
if (lang.startsWith("tr"))
6+
{
7+
8+
}
9+
else if (lang.startsWith("en"))
10+
{
11+
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
window.onload = function()
2+
{
3+
var lang = navigator.language;
4+
5+
if (lang.startsWith("tr"))
6+
{
7+
8+
}
9+
else if (lang.startsWith("en"))
10+
{
11+
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
window.onload = function()
2+
{
3+
var lang = navigator.language;
4+
5+
if (lang.startsWith("tr"))
6+
{
7+
8+
}
9+
else if (lang.startsWith("en"))
10+
{
11+
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
window.onload = function()
2+
{
3+
var lang = navigator.language;
4+
5+
if (lang.startsWith("tr"))
6+
{
7+
8+
}
9+
else if (lang.startsWith("en"))
10+
{
11+
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
window.onload = function()
2+
{
3+
var lang = navigator.language;
4+
5+
if (lang.startsWith("tr"))
6+
{
7+
8+
}
9+
else if (lang.startsWith("en"))
10+
{
11+
12+
}
13+
}

0 commit comments

Comments
 (0)