Skip to main content


Found 6 new servers and 1 servers died off since 5 hours ago

57,718 servers checked. 1,134,006 Monthly Active Users across the fediverse

Check out the #fediverse stats

History of servers found and deleted

Help others find a home, send them to fediverse.observer

#fediverse #statistics #fedistats #fediverseobserver

in reply to fediverseobserver

@fediverseobserver If I open fediverse.observer/ in god damned microsoft Edge, it looks like there is an template error!?
Other browsers are working.

welcome.main.suggested
welcome.main.picked
welcome.main.picked
welcome.main.picked
welcome.main.picked
welcome.main.picked
welcome.main.picked
in reply to Melanie Wehowski

Gosh I forgot that browser even existed in my tests. I just gave it a try and mine is ok. What version of Edge are you running?
in reply to fediverseobserver

@fediverseobserver

Microsoft Edge
Version 145.0.3800.82 (Offizielles Build) (64-Bit)

I cannot see any error in the browser console, but the template vars are not replaced by the js.

in reply to Melanie Wehowski

Thanks and what is the local you are using? Looks like that is not finding the right local and also not defaulting back to en-US as I would expect if it can not find a match.
in reply to fediverseobserver

@fediverseobserver

Deutsch
Microsoft Edge wird in dieser Sprache angezeigt
Deutsch (Deutschland)
Englisch
Englisch (Vereinigtes Königreich)
Englisch (Vereinigte Staaten)

Google Chrome is set to german also but is working.
My firefox is set to English and it is working.

I changed the language settings in Edge to

Englisch (Vereinigtes Königreich)
Microsoft Edge wird in dieser Sprache angezeigt
Englisch
Deutsch
Deutsch (Deutschland)
Englisch (Vereinigte Staaten)


...restarted the Edge browser, and YES, the template variables are replaced correctly now and the page renders!

in reply to Melanie Wehowski

I was able to reproduce this, I test the translations are working in french as a random sample, but german seems to have some issues here. Thanks for letting me know, I will poke around. My Chrome is ok, so I assume msft did something fun here.
in reply to fediverseobserver

@fediverseobserver Thank you! I remember the days when we had to develop each website for browsers and IE extra testing. 😉
This entry was edited (4 weeks ago)
in reply to fediverseobserver

Ah I see the issue, I moved to using locale and I coded for all languages using their ISO locale xx-xx format like de-de-DE, de-CH never for just de since that is not a locale.