Add multiple languages (i18n) support.

Now you can add a version in profile manage page.

Add install java button and dialog.
This commit is contained in:
wei
2026-08-04 17:39:38 +08:00
parent 6862f3f4b3
commit f6bf8f5c8b
16 changed files with 2166 additions and 272 deletions
+2 -2
View File
@@ -739,8 +739,8 @@ class AccountManager(QObject):
# Ask user before actually delete
answer = QMessageBox.question(
self.app.main_window,
"Delete all accounts",
"Delete every saved account? This cannot be undone.",
self.app.tr_text("Delete all accounts"),
self.app.tr_text("Delete every saved account? This cannot be undone."),
QMessageBox.StandardButton.Yes | QMessageBox.StandardButton.No,
QMessageBox.StandardButton.No,
)