Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
24a6217
feat(i18n): start implementation of danish translations
luxass Mar 31, 2026
792371c
chore: apply suggestion
luxass Mar 31, 2026
a865a5c
fix(i18n): update danish translations for clarity and accuracy
luxass Mar 31, 2026
e58a2a7
fix(i18n): update danish translations for accuracy and clarity
luxass Mar 31, 2026
bb394bb
fix(i18n): update danish translations for packages and organization p…
luxass Apr 1, 2026
86c5521
fix(i18n): update danish translations for connector and comparison fe…
luxass Apr 1, 2026
b942eed
fix(i18n): update danish translations for privacy policy and accessib…
luxass Apr 1, 2026
75054f8
fix(i18n): update danish translations for various sections
luxass Apr 3, 2026
369dd7d
fix(i18n): update danish translations for pagination and server details
luxass Apr 3, 2026
e42da5b
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 3, 2026
c843b8d
fix(i18n): update danish translation for 'Types' label
luxass Apr 4, 2026
523a5ae
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 11, 2026
7f27794
fix(i18n): update danish translations for command palette and various…
luxass Apr 12, 2026
5711e6c
fix(i18n): update danish translations for various labels
luxass Apr 13, 2026
92f91d3
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 13, 2026
4c6f2b7
Merge branch 'npmx-dev:main' into luxass/add-da-translations
luxass Jun 14, 2026
0195526
[autofix.ci] apply automated fixes
autofix-ci[bot] Jun 14, 2026
ef006c4
Merge branch 'main' into luxass/add-da-translations
luxass Jul 6, 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