feat: Update translations for copilot context menu options

This commit is contained in:
n4ze3m
2024-08-03 23:51:17 +05:30
parent ac9c9ca887
commit 58304d9ca7
11 changed files with 157 additions and 92 deletions

View File

@@ -86,11 +86,11 @@ export default defineBackground({
contexts: ["selection"]
})
// browser.contextMenus.create({
// id: "custom-pg",
// title: "Custom",
// contexts: ["selection"]
// })
browser.contextMenus.create({
id: "custom-pg",
title: "Custom",
contexts: ["selection"]
})
if (import.meta.env.BROWSER === "chrome") {
browser.contextMenus.onClicked.addListener(async (info, tab) => {