feat: Update context menu options with localized titles

This commit is contained in:
n4ze3m
2024-08-20 15:36:59 +05:30
parent d5a0136837
commit 00735cddad
11 changed files with 147 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ export default defineConfig({
topLevelAwait({
promiseExportName: "__tla",
promiseImportName: (i) => `__tla_${i}`
})
}) as any
],
build: {
rollupOptions: {
@@ -90,4 +90,4 @@ export default defineConfig({
? firefoxMV2Permissions
: chromeMV3Permissions
}
})
}) as any