1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-10-08 19:20:41 +02:00

Add i18n to service worker

This commit is contained in:
nimbleghost 2023-06-14 20:58:58 +02:00
parent 2dcad150eb
commit 83eb4c39e5
4 changed files with 14 additions and 7 deletions
web/src
app
components

View file

@ -18,10 +18,10 @@ import routes from "./routes";
import { useAccountListener, useBackgroundProcesses, useConnectionListeners } from "./hooks";
import PublishDialog from "./PublishDialog";
import Messaging from "./Messaging";
import "./i18n"; // Translations!
import Login from "./Login";
import Signup from "./Signup";
import Account from "./Account";
import "../app/i18n"; // Translations!
export const AccountContext = createContext(null);