Skip to content

Commit 356f651

Browse files
authored
Direct Translate (Enhanced) plugin
* **Simplified Main Menu:** The main `tr` command now shows a clean 3-item menu, making it easier to configure. * **Two Ways to Set Your Default Language:** * **Instant Click:** View all **100+ supported languages** with `tr list` and click any language to change your default instantly. * **Command with Confirmation:** Use `tr set <code>` for any language. This includes a confirmation step to prevent accidental changes. * **Better Error Handling:** Get clear messages for network timeouts (SSL errors) or invalid language codes. * **"No Change" Notifications:** The plugin now correctly informs you when the source text is already in the target language (e.g., trying to translate "bonjour" to French), preventing confusion.
1 parent 0954cad commit 356f651

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

plugins.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3821,5 +3821,19 @@
38213821
"IcoPath": "https://cdn.jsdelivr.net/gh/pivotiiii/flow_launcher_timer@main/img/app.png",
38223822
"LatestReleaseDate": "2025-06-23T22:17:42Z",
38233823
"DateAdded": "2024-07-07T09:19:19Z"
3824+
},
3825+
{
3826+
"ID": "a74621e00ca34dfea26b4aa7a612834e",
3827+
"ActionKeyword": "tr",
3828+
"Name": "Direct Translate (Enhanced)",
3829+
"Description": "Translate between any languages supported by googletrans",
3830+
"Author": "SweedXD",
3831+
"Version": "3.0.0",
3832+
"Language": "python",
3833+
"Website": "https://github.com/SweedXD/Direct-Translate",
3834+
"IcoPath": "https://raw.githubusercontent.com/SweedXD/Direct-Translate/refs/heads/master/assets/favicon.ico",
3835+
"ExecuteFileName": "main.py",
3836+
"UrlDownload": "https://github.com/SweedXD/Direct-Translate/releases/download/v3.0.0/Direct-Translate-3.0.0.zip",
3837+
"UrlSourceCode": "https://github.com/SweedXD/Direct-Translate"
38243838
}
3825-
]
3839+
]

0 commit comments

Comments
 (0)