Skip to content

Commit

Permalink
save i18n module
Browse files Browse the repository at this point in the history
  • Loading branch information
kurukimi committed May 23, 2024
1 parent e5f62a9 commit c6ea044
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/i18n-fixture.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { test as base } from "@playwright/test";
import { createI18nFixture, getI18nInstance } from "playwright-i18next-fixture";
import { createI18nFixture } from "playwright-i18next-fixture";
import en from "../web/src/i18n/en";
import fi from "../web/src/i18n/fi";

Expand Down
56 changes: 55 additions & 1 deletion e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"@types/node": "^20.12.12"
"@types/node": "^20.12.12",
"playwright-i18next-fixture": "^1.0.0"
},
"dependencies": {
"fast-xml-parser": "^4.4.0"
Expand Down

0 comments on commit c6ea044

Please sign in to comment.