Skip to content

Comments

Add Danish (da-DK) translation#2780

Open
mgquach wants to merge 3 commits intoChainlit:mainfrom
mgquach:feature/add-danish-translations
Open

Add Danish (da-DK) translation#2780
mgquach wants to merge 3 commits intoChainlit:mainfrom
mgquach:feature/add-danish-translations

Conversation

@mgquach
Copy link

@mgquach mgquach commented Feb 12, 2026

Summary

  • Adds complete Danish (da-DK) translation file for the Chainlit UI
  • All strings from en-US.json have been translated to Danish
  • Follows the existing translation file structure and naming convention

Test plan

  • Verified all keys match the en-US.json structure
  • Tested locally by setting language = "da-DK" in config.toml
  • UI displays correctly in Danish

Related

This contribution adds Danish language support to make Chainlit accessible to Danish-speaking users.


Summary by cubic

Adds Danish (da-DK) translation for the Chainlit UI so Danish users get a localized experience. Synced with latest main to keep full parity with en-US keys and includes a DatePicker placeholder grammar fix.

  • New Features

    • Added backend/chainlit/translations/da-DK.json covering auth, chat, navigation, alerts, and components.
  • Bug Fixes

    • Corrected DatePickerInput range placeholder to “et datointerval”.

Written for commit ecb887e. Summary will update on new commits.

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Feb 12, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them.


<file name="backend/chainlit/translations/da-DK.json">

<violation number="1" location="backend/chainlit/translations/da-DK.json:255">
P3: Incorrect Danish gender agreement: "datointerval" is neuter, so the article should be "et" instead of "en".</violation>
</file>

Since this is your first cubic review, here's how it works:

  • cubic automatically reviews your code and comments on bugs and improvements
  • Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
  • Add one-off context when rerunning by tagging @cubic-dev-ai with guidance or docs links (including llms.txt)
  • Ask questions if you need clarification on any suggestion

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

@dokterbob dokterbob added the translation Translation or localisation of strings. label Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files. translation Translation or localisation of strings.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants