Skip to content

Commit c1b93f8

Browse files
authored
Create Direct Translate-a74621e00ca34dfea26b4aa7a612834e.json
Introduces plugin/settings_manager.py for managing user language preferences and settings. Updates translation logic in plugin/ui.py to support auto-detection, default language, and interactive language selection. Updates .env and user_settings.ini to support configurable default target language. Removes unused files and updates documentation and metadata for version 2.1.0.
1 parent 356f651 commit c1b93f8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"ID": "a74621e00ca34dfea26b4aa7a612834e",
3+
"Name": "Direct Translate (Enhanced)",
4+
"Description": "Translate between any languages supported by googletrans",
5+
"Author": "SweedXD",
6+
"Version": "3.0.0",
7+
"Language": "python",
8+
"Website": "https://github.com/SweedXD/Direct-Translate",
9+
"ExecuteFileName": "main.py",
10+
"UrlDownload": "https://github.com/SweedXD/Direct-Translate/releases/download/v3.0.0/Direct-Translate-3.0.0.zip",
11+
"UrlSourceCode": "https://github.com/SweedXD/Direct-Translate"
12+
"IcoPath": "https://raw.githubusercontent.com/SweedXD/Direct-Translate/refs/heads/master/assets/favicon.ico",
13+
}

0 commit comments

Comments
 (0)