about summary refs log tree commit diff stats
path: root/src/_locales/delete.py
diff options
context:
space:
mode:
authorMonstorix <monstorix@outlook.com>2024-08-17 17:41:03 +0800
committerMonstorix <monstorix@outlook.com>2024-08-17 18:04:47 +0800
commitf8af807d724e748efda71148e9a5733b36e453ee (patch)
tree5d506e0c19ceade721ec24ec3d4e5a7a7a936396 /src/_locales/delete.py
parentAdded ytify https://github.com/libredirect/browser_extension/issues/951 (diff)
downloadlibredirect-f8af807d724e748efda71148e9a5733b36e453ee.zip
Complete translation keys and fix Simplified Chinese translations
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 = {}