Added initial da-DK i18n. (#140)

This commit is contained in:
Daniel Hammer
2023-03-06 08:40:08 +01:00
committed by GitHub
parent cefdf5e2d5
commit de48ee0fca
3 changed files with 44 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ describe("i8n", () => {
describe("langs", () => {
it("should be all langs that are explicitly defined", () => {
expect(langs()).toEqual(["en-US", "nl-NL"]);
expect(langs()).toEqual(["en-US", "da-DK", "nl-NL"]);
});
});