Update index.html
This commit is contained in:
+2
-2
@@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
// İçeriği dil tercihine göre yönlendirme
|
// İçeriği dil tercihine göre yönlendirme
|
||||||
if (userLang.startsWith('tr')) {
|
if (userLang.startsWith('tr')) {
|
||||||
window.location.href = '/hometr'; // Türkçe içerik
|
window.location.href = '/home_tr'; // Türkçe içerik
|
||||||
} else {
|
} else {
|
||||||
window.location.href = '/home'; // İngilizce içerik
|
window.location.href = '/home_en'; // İngilizce içerik
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user