Translatable files field_type?
Created 6 years ago by vargvinterHello,
@ryanthompson How to handle translatable files? Is it possible out od the box?
vargvinter
—
6 years ago
@dominique Thank you for your response. Of course this works but it is not very pretty. Maybe you know any custom filed type which handles this problem?
This is currently not possible, there has been an open issue about it for awhile, which labeled as feature instead of bug for some reason: https://github.com/pyrocms/pyrocms/issues/4622
A possible, but not so pretty, temporary fix would be this:
If the current locale is english it'll look for the variable
if it's dutch it'll look for
That way you can create a separate image field for each language.