Skip to content

Latest commit

 

History

History
executable file
·
36 lines (26 loc) · 1006 Bytes

index.md

File metadata and controls

executable file
·
36 lines (26 loc) · 1006 Bytes
layout
home
<script type="text/javascript"> //var userLang = navigator.language || navigator.userLanguage; var userLang = window.navigator.languages ? window.navigator.languages[0] : null; userLang = userLang || window.navigator.language || window.navigator.browserLanguage || window.navigator.userLanguage; console.log('javascript detected user language userLang:', userLang); /* if(userLang.indexOf("ja") > -1) { window.location.replace("http://localhost:4000/ja/"); } else if (userLang.indexOf("tw") > -1) { window.location.replace("http://localhost:4000/tw/"); } else if (userLang.indexOf("zh") > -1) { window.location.replace("http://localhost:4000/cn/"); } else { window.location.replace("http://localhost:4000/en/"); } */ </script>