Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fcb1a1c
feat(i18n): start implementation of danish translations
luxass Mar 31, 2026
b26fabd
chore: apply suggestion
luxass Mar 31, 2026
51ecc85
fix(i18n): update danish translations for clarity and accuracy
luxass Mar 31, 2026
30350d9
fix(i18n): update danish translations for accuracy and clarity
luxass Mar 31, 2026
457c28e
fix(i18n): update danish translations for packages and organization p…
luxass Apr 1, 2026
93edf71
fix(i18n): update danish translations for connector and comparison fe…
luxass Apr 1, 2026
76649c7
fix(i18n): update danish translations for privacy policy and accessib…
luxass Apr 1, 2026
1216d5b
fix(i18n): update danish translations for various sections
luxass Apr 3, 2026
9302ffa
fix(i18n): update danish translations for pagination and server details
luxass Apr 3, 2026
f95715e
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 3, 2026
847fdad
fix(i18n): update danish translation for 'Types' label
luxass Apr 4, 2026
83c8673
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 11, 2026
fd33a37
fix(i18n): update danish translations for command palette and various…
luxass Apr 12, 2026
85e1335
fix(i18n): update danish translations for various labels
luxass Apr 13, 2026
450ce82
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 13, 2026
51be160
[autofix.ci] apply automated fixes
autofix-ci[bot] Jun 14, 2026
70bf2b7
chore: add missing translation keys
luxass Aug 19, 2026
e54d8f7
chore(i18n): update some of the replacements missing
luxass Aug 19, 2026
938fb8b
chore(i18n): update Danish translations for noodles and settings
luxass Aug 19, 2026
a0777b2
chore(i18n): update Danish translations for command messages and UI e…
luxass Aug 19, 2026
0296ac1
chore(i18n): update Danish translations for various UI elements
luxass Aug 19, 2026
978a8ef
chore(i18n): correct Danish translations for various UI elements
luxass Aug 19, 2026
c2f9bba
chore(i18n): update Danish translations for various terms and phrases
luxass Aug 19, 2026
d30515c
chore(i18n): update Danish translations for clarity and consistency
luxass Aug 19, 2026
f92a85c
[autofix.ci] apply automated fixes
autofix-ci[bot] Aug 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
name: 'Български',
pluralRule: createPluralRule('bg-BG', { zero: 1, one: 0, two: 1, few: 1, many: 1, other: 1 }),
},
{
code: 'da',
file: 'da-DK.json',
name: 'Dansk',
},
/*{
code: 'ckb',
file: 'ckb.json',
Expand Down
Loading
Loading