From 9a8f29cfffd378e139284c1bfa992404dca0d238 Mon Sep 17 00:00:00 2001 From: LovelessCodes Date: Mon, 13 May 2024 10:06:47 +0200 Subject: [PATCH] changed: added danish translation file to locales index --- src/locales/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/index.ts b/src/locales/index.ts index f97cace3..bf0eaab0 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -11,3 +11,4 @@ export { default as tr } from "./tr/translation.json"; export { default as be } from "./be/translation.json"; export { default as uk } from "./uk/translation.json"; export { default as id } from "./id/translation.json"; +export { default as da } from "./da/translation.json";