While testing translations in the Angular Bryntum Calendar component, I noticed an error in the Dutch language version.
Specifically, some Norwegian text appears in place of the expected Dutch translation.
Steps to Reproduce:
Create a simple Angular Calendar using Bryntum.
Set the language to Dutch.
Open Inspect Element.
Resize the inspect element window until the main calendar view is less than 800px in width
In the top-right corner, click on the dropdown menu labeled "Week" (or "Day"/"Month", depending on the config).
Open the dropdown and look for the toggle option for weekends.
Issue:
The weekend toggle option displays the Norwegian translation "Inkluder helger" instead of the correct Dutch translation, "Inclusief weekends." This only occurs on smaller screen sizes (under 800px) and does not appear to affect larger screens.
The issue appears to be only on the Dutch translation.
I added some screenshots of the issue.
While this is a minor UI issue, I wanted to report it in case it helps with future improvements.
Please let me know if you need any further details or clarification!