Skip to content

Commit fc2cac8

Browse files
committed
Add ukrainian & dutch translation to record
1 parent 23f82ad commit fc2cac8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/i18n/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import { es } from './es';
99
import { zh } from './zh';
1010
import { fr } from './fr';
1111
import { pt } from './pt';
12+
import { nl } from './nl';
13+
import { uk } from './uk';
1214

1315
/**
1416
* Zentrales Übersetzungsobjekt für Datenpunkte
@@ -23,7 +25,9 @@ export const translations: Record<string, Record<string, string>> = {
2325
es,
2426
"zh-cn": zh,
2527
fr,
26-
pt
28+
pt,
29+
nl,
30+
uk
2731
};
2832

2933
/**

0 commit comments

Comments
 (0)