redactor icon indicating copy to clipboard operation
redactor copied to clipboard

Dutch translation for "Link to an asset" missing

Open rinusvandam opened this issue 3 years ago • 2 comments

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

Scherm­afbeelding 2023-03-23 om 09 04 42

rinusvandam avatar Mar 23 '23 08:03 rinusvandam

I imagine it should go in this file:

https://github.com/craftcms/redactor/blob/main/src/translations/nl/redactor.php

msbit avatar Apr 29 '23 14:04 msbit

FWIW, a workaround is to add a new file translations/nl/redactor.php, with

<?php

return [
    'Link to an asset' => 'Link naar een bestand',
];

rbrv avatar Nov 18 '23 21:11 rbrv