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
If I let Craft auto-generate a title for an entry, like this:
{product.one.productCategory.level(0).one.verb|capitalize} "{product.one.title}" {{'in'|t}} {location.one.title} {{'on'|t}} {date|date('j F Y')}
... it uses the Dutch translations file for the two translations, while the entry is in German. I assume that not the entry's locale, but MY locale is used.
Steps to reproduce
Create two sites with different locales (one of which is your own account's locale), and two translation files with corresponding translations
Create a section with an auto generated title like {{'translate me'|t}} {slug}
Create and save a new entry in 'the other' locale and see the title being generated using the locale of your account, not the locale of the entry
Additional info
Craft version: 3.0.2
The text was updated successfully, but these errors were encountered:
nilsenpaul
changed the title
Respect entry's locale when auto generating it's title
Use entry's locale when auto generating it's title
Apr 11, 2018
Description
If I let Craft auto-generate a title for an entry, like this:
... it uses the Dutch translations file for the two translations, while the entry is in German. I assume that not the entry's locale, but MY locale is used.
Steps to reproduce
{{'translate me'|t}} {slug}
Additional info
The text was updated successfully, but these errors were encountered: