A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Dutch translation prefix correction (#1223)

## Summary

* **What is the goal of this PR?**
Fixed a small prefix translation (`STR_TO_PREFIX`)
* **What changes are included?**
Changed the translation from `naar ` to `met `

## Additional Context

* The English translation file doesn't make clear what the context of
`STR_TO_PREFIX` is, so the Dutch translation wasn't correct. This PR
fixes that.

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**NO**_

---------

Co-authored-by: Bas van der Ploeg <bas@MBP-M2-Max-3.localdomain>

authored by

Bas van der Ploeg
Bas van der Ploeg
and committed by
GitHub
0e168aa2 050a3bd1

+1 -1
+1 -1
lib/I18n/translations/dutch.yaml
··· 63 63 STR_CHECKING_WIFI: "Wifi controleren..." 64 64 STR_ENTER_WIFI_PASSWORD: "Voer wifi-wachtwoord in" 65 65 STR_ENTER_TEXT: "Tekst invoeren" 66 - STR_TO_PREFIX: "naar " 66 + STR_TO_PREFIX: "met " 67 67 STR_CALIBRE_DISCOVERING: "Calibre zoeken..." 68 68 STR_CALIBRE_CONNECTING_TO: "Verbinden met " 69 69 STR_CALIBRE_CONNECTED_TO: "Verbonden met "