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
The recently added https://cs.vuejs.org/error-reference/ page has translated the surrounding texts, but the actual errors are only available in English.
The values are commig from inside vue packages.
Is there an approache to provide localized explanation? I guess it would have been a custom function pairing codes to Czech equivalents...
Is it even worth it?
The text was updated successfully, but these errors were encountered:
I personally think it's not necessary. And here no clear boundary between translation and runtime information since all the error messages are for developers to refer to the same error messages in the dev mode which are all in English. Once you translate them, it may even confuse people to find them.
However, custom pairing function is totally acceptable if necessary.
The recently added https://cs.vuejs.org/error-reference/ page has translated the surrounding texts, but the actual errors are only available in English.
The values are commig from inside
vue
packages.Is there an approache to provide localized explanation? I guess it would have been a custom function pairing codes to Czech equivalents...
Is it even worth it?
The text was updated successfully, but these errors were encountered: