Add notification feature with permission handling and UI toggle

This commit is contained in:
kwaroran
2024-12-02 04:42:13 +09:00
parent 0e292bd690
commit 18ea5aff4e
4 changed files with 41 additions and 0 deletions

View File

@@ -813,4 +813,6 @@ export const languageEnglish = {
retranslate: "Retranslate",
loading: "Loading",
autoTranslateCachedOnly: "Auto Translate Cached Only",
notification: "Notification",
permissionDenied: "Permission Denied by Your Browser or OS",
}