redactor
redactor copied to clipboard
Dutch translation for "Link to an asset" missing
Description
There's a Dutch translation missing when adding a link. See the attached screenshot. The translation should be: "Link to an asset" -> "Link naar een bestand". I tried adding it myself, but I couldn't find the string in lib/redactor/_langs/nl.js.
Additional info

I imagine it should go in this file:
https://github.com/craftcms/redactor/blob/main/src/translations/nl/redactor.php
FWIW, a workaround is to add a new file translations/nl/redactor.php, with
<?php
return [
'Link to an asset' => 'Link naar een bestand',
];