Time Nick Message 13:43 rubenwardy https://www.luanti.org should now redirect based on your system language, if people could test 13:44 sfan5 works 13:45 sfan5 const newURL = targetURL.replace('/en/', `/${desiredLang}/`); 13:45 sfan5 would be better to anchor the replacement to the beginning of the string 13:46 rubenwardy i guess: `/${desiredLang}/` + targetURL.substring(4); 13:47 sfan5 I think .replace(/^\/en\//, `/${desiredLang}/`); would work actually 13:47 sfan5 choose one 14:21 [MatrxMT] System is in Spanish (Android), doesn't work 14:43 MTDiscord Android forgot to do its Duolingo lessons... 14:45 rubenwardy Might need to edit settings > languages > preferred languages too 14:45 rubenwardy Idk why chrome doesn't set this from the device by default 18:29 SFENCE macos signed build for 5.17.0-rc1 uploaded 18:30 Krock thanks