Closed iamajoe closed 7 years ago
Check if it works on the front-end.
It might be the bug where correct translation is not shown in the admin: https://github.com/AnimalDesign/bolt-translate/issues/110
You need to tag the templateselect
with is_translateable instead of the individual fields.
Like:
template:
type: templateselect
filter: 'view/blocks/*.twig'
required: true
Updated readme is coming in that clarify's this.
Fixed by a readme update in 10a40d0
Using a specific templatefield, I set the "title" to "X" in a language A and to "Y" in language B. Language A "title" has become "Y" when it should've stayed at "X".
Details
Reproduction
hero.twig
title
, setX
B
and thetitle
, toY
A
and notice that nowtitle
isY
instead ofX