diff options
| author | ManeraKai <manerakai@protonmail.com> | 2024-08-17 22:37:12 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-17 22:37:12 +0300 |
| commit | 7883432c19f34ccd8ce4df27841ed18f0067e677 (patch) | |
| tree | e8ad025c8656a3cbed0674c42301a3366d32fd55 /src/_locales/delete.py | |
| parent | Added Dropdown is searchable hint https://github.com/libredirect/browser_exte... (diff) | |
| parent | Complete translation keys and fix Simplified Chinese translations (diff) | |
| download | libredirect-7883432c19f34ccd8ce4df27841ed18f0067e677.zip | |
Merge pull request #973 from monstorix/master
Complete translation keys and fix Simplified Chinese translations
Diffstat (limited to 'src/_locales/delete.py')
| -rw-r--r-- | src/_locales/delete.py | 18 |
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 = {} |
