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 came across the problem describe in the here. It is about selecting the right translation reference in the list.
This issue solve this problem by adding suffix to the title of the document this works fine but I wonder if we could find a better way.
The problem is that for each document the contributor needs to select the right translated document.
This is also error prone.
I found 3 potential solutions for this:
When creating a document we fill the whole document in one language and when we add the new translation for this document all references are change to translated document reference if exists.
In the selection document list filter documents with the current document language (better solution both would be even better)
Select any translation of the same document in the reference field and fetch the right translation at run time while fetching documents
I am new to sanity can any of the first 2 solutions already be implemented without changing the plugin ?
EDIT:
It seems like the second solution is already possible like this:
I came across the problem describe in the here. It is about selecting the right translation reference in the list.
This issue solve this problem by adding suffix to the title of the document this works fine but I wonder if we could find a better way.
The problem is that for each document the contributor needs to select the right translated document.
This is also error prone.
I found 3 potential solutions for this:
I am new to sanity can any of the first 2 solutions already be implemented without changing the plugin ?
EDIT:
It seems like the second solution is already possible like this:
The text was updated successfully, but these errors were encountered: