{% for country in localization.available_countries %}
{% for language in country.available_languages %}
{{ language.root_url }}
{% endfor %}
{% endfor %}
`language.root_url` always returns the root_url from the active locale. I would have expected to return the root_url of that country language.
We have lots of inconsistencies with the county and language object.
We’d like to create a localization dialog, but we can’t now since the returned values are incorrect