Mercurial Hosting > reactionary
view src/site.js @ 112:15557ad5b2fd default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 10 Oct 2025 09:56:53 -0600 |
parents | 76baf48ea36b |
children |
line wrap: on
line source
'use strict'; function setLanguage(lang) { console.log(lang); let path = location.pathname; if( path.match(/^\/[a-z]{2}\//) ) path = path.substring(3); if( lang !== 'en' ) path = "/" + lang + path; location = path; }