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
Some models like gorriecoe/Link have its own validation. For some reason, this validation fails, even when another locale than the imported has something missing (e.g. URL or FileID for Link).
A checkbox for disabling validation could be a great feature to at least get the import of the texts done. Something like Config::modify()->set(DataObject::class, 'validation_enabled', false); should work.
Another possibility would be to clone the orig translationd that should work and just update the translated strings.
Maybe it's an issue with fluent and validation?
The text was updated successfully, but these errors were encountered:
Some models like gorriecoe/Link have its own validation. For some reason, this validation fails, even when another locale than the imported has something missing (e.g. URL or FileID for Link).
A checkbox for disabling validation could be a great feature to at least get the import of the texts done. Something like
Config::modify()->set(DataObject::class, 'validation_enabled', false);
should work.Another possibility would be to clone the orig translationd that should work and just update the translated strings.
Maybe it's an issue with fluent and validation?
The text was updated successfully, but these errors were encountered: