Extract error messages to file #2929
Christophvh
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having trouble translating Zod error messages. The suggested way of doing this is not really useful to work with for large apps with a lot of translations.
I'm coming from the Laravel world where all error messages are put into a base translations file where you can change them and translate them.
Snippet:
I think it would be very useful to be able to extract these messages in a format like this, which means you can then maybe use them in a array of different translation plugins.
Beta Was this translation helpful? Give feedback.
All reactions