-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(intl): fix dutch not-found translations
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'frontend-gelinkt-notuleren': patch | ||
--- | ||
|
||
Fix dutch 'not-found' translations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -694,11 +694,11 @@ utils: | |
not-found: | ||
title: '{type} niet gevonden' | ||
explanation: 'Het is mogelijk dat u met dit account geen toegang heeft tot {type}.' | ||
body: | ||
contact-message: Indien u denkt dat dit een fout is, kan u ons steeds contacteren op onze | ||
contact-link: contact-pagina | ||
email-message: Of stuur een mail naar | ||
email: [email protected] | ||
body: | ||
contact-message: Indien u denkt dat dit een fout is, kan u ons steeds contacteren op onze | ||
contact-link: contact-pagina | ||
email-message: Of stuur een mail naar | ||
email: [email protected] | ||
route: | ||
title: Pagina niet gevonden | ||
explanation: Onze excuses, maar we slaagden er niet in om deze pagina terug te vinden. | ||
|