about summary refs log tree commit diff stats
path: root/src/_locales/delete.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/_locales/delete.py')
-rw-r--r--src/_locales/delete.py18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/_locales/delete.py b/src/_locales/delete.py
index 13bfe546..486ab76f 100644
--- a/src/_locales/delete.py
+++ b/src/_locales/delete.py
@@ -11,15 +11,21 @@ with open('./en/messages.json') as data:
 keys = ['extensionName',
         'extensionDescription',
         'general',
+        'services',
+        'service',
         'theme',
         'auto',
         'light',
         'dark',
         'excludeFromRedirecting',
+        'fetchPublicInstances',
         'importSettings',
         'exportSettings',
+        'exportSettingsToSync',
+        'importSettingsFromSync',
         'resetSettings',
         'enable',
+        'disable',
         'showInPopup',
         'frontend',
         'redirectType',
@@ -28,12 +34,22 @@ keys = ['extensionName',
         'onlyNotEmbedded',
         'addYourFavoriteInstances',
         'switchInstance',
-        'copyRaw',
+        'copyOriginal',
         'copied',
         'settings',
         'about',
         'redirectToOriginal',
         'redirectLink',
+        'redirectOnlyInIncognito',
+        'bookmarksMenu',
+        'showInPopup',
+        'unsupportedIframesHandling',
+        'bypass',
+        'block',
+        'searchHint',
+        'excludeFromRedirecting',
+        'pingInstances',
+        'redirect',
         ]
 
 tmp = {}