File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
support/linuxuserslinuxmint Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ var lang = navigator . language ;
2+
3+ if ( lang . startsWith ( "tr" ) )
4+ {
5+ alert ( "Bu sayfa yakında yeni dil sisteminin gelmesi sebebiyle kullanımdan kaldırılacaktır ve arşive alınacaktır." ) ;
6+ }
7+ else if ( lang . startsWith ( "en" ) )
8+ {
9+ alert ( "This page will soon be retired due to the new language system and will be archived." ) ;
10+ }
Original file line number Diff line number Diff line change 2121 < link rel ="stylesheet " href ="/assets/CSS/cont.css ">
2222 < title > LinuxUsersLinuxMint - Change Location</ title >
2323 < link rel ="stylesheet " href ="/assets/CSS/common_code.css ">
24+ < script src ="/assets/WS_Service/location.js "> </ script >
2425</ head >
2526< body >
2627 < h1 class ="conttitle "> - Change location to access content in different languages on the LinuxUsersLinuxMint Web site -</ h1 >
Original file line number Diff line number Diff line change 2121 < link rel ="stylesheet " href ="/assets/CSS/cont.css ">
2222 < title > LinuxUsersLinuxMint - Konum Değiştirme</ title >
2323 < link rel ="stylesheet " href ="/assets/CSS/common_code.css ">
24+ < script src ="/assets/WS_Service/location.js "> </ script >
2425</ head >
2526< body >
2627 < h1 class ="conttitle "> - LinuxUsersLinuxMint Web sitesinde farklı dillerdeki içeriklere erişim sağlamak için konum değiştirme -</ h1 >
You can’t perform that action at this time.
0 commit comments