Show HN: Atlantica – Create a mobile app for free in 10 minutes,no code required(atlantica-app.com)
atlantica-app.com
Show HN: Atlantica – Create a mobile app for free in 10 minutes,no code required
https://atlantica-app.com
2 comments
Fixed now! Thanks for pointing it out, rookie mistake =(
var language = window.navigator.language;
if(language == 'en-US') { window.location.href = 'https://www.atlantica-app.com/en/home' }
else if(language == 'pt' || language == 'pt-BR'){ window.location.href = 'https://www.atlantica-app.com/pt/home' }