19 |
{t("settings.autoApprove.title")}
20 |
{t("notifications.error", { message: "Test error" })}
21 |
22 | )
23 | }
24 |
25 | describe("TranslationContext", () => {
26 | beforeAll(() => {
27 | // Initialize i18next with test translations
28 | setupI18nForTests()
29 | })
30 |
31 | it("should provide translations via context", () => {
32 | const { getByTestId } = render(
33 |