Skip to content

Commit 7d442d0

Browse files
committed
feat(i18n): start implementation of danish translations
1 parent 516808b commit 7d442d0

File tree

2 files changed

+1530
-0
lines changed

2 files changed

+1530
-0
lines changed

config/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
132132
name: 'Български',
133133
pluralRule: createPluralRule('bg-BG', { zero: 1, one: 0, two: 1, few: 1, many: 1, other: 1 }),
134134
},
135+
{
136+
code: 'da',
137+
file: 'da-DK.json',
138+
name: 'Dansk',
139+
},
135140
/*{
136141
code: 'ckb',
137142
file: 'ckb.json',

0 commit comments

Comments
 (0)