-
Notifications
You must be signed in to change notification settings - Fork 0
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
Helper error translate #175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If merge conflicts are fixed this can be merged
"serverDetail": "Er vond een fout plaats op de server.", | ||
"network": "Netwerk Fout", | ||
"networkDetail": "Kan de server niet bereiken.", | ||
"request": "Verzoek Fout", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Er is een fout verzoek ontvangen.
"helpers": { | ||
"errors": { | ||
"notFound": "Niet Gevonden", | ||
"notFoundDetail": "Resource niet gevonden.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Resource/Bron/
"notFound": "Niet Gevonden", | ||
"notFoundDetail": "Resource niet gevonden.", | ||
"unauthorized": "Onbevoegd", | ||
"unauthorizedDetail": "Je bent niet bevoegd om deze resource te bereiken.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Resource/Bron/
helper functions have error processor function, which makes a toast message for an error. However, these messages are currently only available in english. It would be great if these were also available in Dutch.
closes #149