Show HN: Atlantica – Create a mobile app for free in 10 minutes,no code required (atlantica-app.com) 4 points by rcamargos 6y ago ↗ HN
[–] aaronedam 6y ago ↗ Link is just an image. As far as I can see from the JS part, redirection is failing.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' } [–] rafa-atlantica 6y ago ↗ Fixed now! Thanks for pointing it out, rookie mistake =(
2 comments
[ 5.3 ms ] story [ 17.6 ms ] threadvar 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' }