You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just saw that on a multilanguage site the locality is not displayed on the secondary language.
That's the code:
{% for loc in entry.gigLocation %}
{{ loc.title }}
{% if loc.location.parts.locality is defined %}
{{ loc.location.parts.locality }}
{% endif %}
{% endfor %}
Primary language German prints:
Dampfzentrale Bern
Secondary language English prints:
Dampfzentrale
Why is that? Ist that a bug? The locality should be language independent I think.
The text was updated successfully, but these errors were encountered:
- Added [FeedMe 2](https://sgroup.com.au/plugins/feedme) support! (thanks to @engram-design, #23)
- Added support for [Neo](https://github.com/benjamminf/craft-neo). #21
- Fixed when using the address search, locations that are non-specific (i.e. the name of a country) will no longer be forced to be specific.
- Fixed "Unnamed Roads" no longer change to a different unnamed road when the map is re-loaded. #26
- Disabled scrollwheel on map, #27
- Details about the selected location are now populated server-side, no more JavaScript shittery! #30
- Improved locale specific address details #24
- If the query limit is reached, the map will re-try after 1 second, a maximum of 5 times. #19
- The address of the map will be returned when output as a string, i.e. `{{ entry.myMapField }}`. #29
I just saw that on a multilanguage site the locality is not displayed on the secondary language.
That's the code:
Primary language
German
prints:Secondary language
English
prints:Why is that? Ist that a bug? The locality should be language independent I think.
The text was updated successfully, but these errors were encountered: