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
In the projects admin page (/admin/projects/), editing an existing project will fail validation for the source language field, because the data provided there fails validation.
It turns out the source language's display name (string) is gathered from the form instead of a language identifier (int).
The text was updated successfully, but these errors were encountered:
In the projects admin page (/admin/projects/), editing an existing project will fail validation for the source language field, because the data provided there fails validation.
It turns out the source language's display name (string) is gathered from the form instead of a language identifier (int).
The text was updated successfully, but these errors were encountered: