Feature: Add language support (beta, not completed)

This commit is contained in:
yuanyuanxiang
2026-01-27 21:48:46 +01:00
parent 02ce01d5e7
commit 05a11605a4
70 changed files with 3895 additions and 906 deletions

View File

@@ -4,6 +4,7 @@
#include <afxwin.h>
#include "Resource.h"
#include "common/commands.h"
#include "LangManager.h"
// CPasswordDlg 对话框
@@ -22,7 +23,7 @@ bool IsPwdHashValid(const char* pwdHash = nullptr);
bool WritePwdHash(char* target, const std::string& pwdHash, const Validation &verify);
class CPasswordDlg : public CDialogEx
class CPasswordDlg : public CDialogLangEx
{
DECLARE_DYNAMIC(CPasswordDlg)
@@ -52,7 +53,7 @@ public:
};
class CPwdGenDlg : public CDialogEx
class CPwdGenDlg : public CDialogLangEx
{
DECLARE_DYNAMIC(CPwdGenDlg)