Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Multilanguage? #24

Closed
kaspar-allenbach opened this issue Jan 23, 2017 · 1 comment
Closed

No Multilanguage? #24

kaspar-allenbach opened this issue Jan 23, 2017 · 1 comment
Labels

Comments

@kaspar-allenbach
Copy link

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.

@Tam Tam added the bug label Feb 1, 2017
Tam added a commit that referenced this issue Mar 28, 2017
- 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
@Tam
Copy link
Member

Tam commented Mar 28, 2017

This should be fixed in v1.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants