feat(translator-tools): add locale review and glossary workflow
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
const CACHE_PREFIX = "text-tools-shell-";
|
||||
const CACHE_NAME = CACHE_PREFIX + "0.2.0";
|
||||
const CACHE_PREFIX = "translator-tools-shell-";
|
||||
const CACHE_NAME = CACHE_PREFIX + "0.1.0";
|
||||
const CORE = ["./", "./manifest.webmanifest", "./favicon.svg"];
|
||||
self.addEventListener("install", (event) => {
|
||||
event.waitUntil(
|
||||
|
||||
Reference in New Issue
Block a user