feat: add Latvian (lv) locale support
This commit is contained in:
+1
-1
@@ -21,6 +21,6 @@ self.addEventListener("activate", (event) => {
|
|||||||
await self.registration.unregister();
|
await self.registration.unregister();
|
||||||
const clients = await self.clients.matchAll({ type: "window" });
|
const clients = await self.clients.matchAll({ type: "window" });
|
||||||
clients.forEach((client) => client.navigate(client.url));
|
clients.forEach((client) => client.navigate(client.url));
|
||||||
})()
|
})(),
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user