Support for fr-FR LANG (#172)

This commit is contained in:
Simon J
2023-09-14 16:38:56 +10:00
committed by GitHub
parent a9d88bd9eb
commit 9786d9f1dd
3 changed files with 45 additions and 4 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", "da-DK", "nl-NL"]);
expect(langs()).toEqual(["en-US", "da-DK", "fr-FR", "nl-NL"]);
});
});