Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Param to skip validation on import #3

Open
wernerkrauss opened this issue Dec 2, 2024 · 0 comments
Open

Enhancement: Param to skip validation on import #3

wernerkrauss opened this issue Dec 2, 2024 · 0 comments

Comments

@wernerkrauss
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant