Skip to content

Commit 933b660

Browse files
committed
feat: 添加国际化支持,整合翻译功能
- 引入 app_i18n 组件,支持多语言翻译。 - 更新多个页面和功能,使用翻译文本替代硬编码字符串。 - 添加翻译资源文件,支持简体中文和英文。 - 优化用户界面,提升多语言用户体验。
1 parent 6724c09 commit 933b660

34 files changed

Lines changed: 4629 additions & 445 deletions

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ set(FQW_COMPACT_BUILD ON CACHE BOOL "" FORCE)
5757
add_subdirectory("${FLUENTQTWIDGETS_ROOT}" "${CMAKE_BINARY_DIR}/_deps/fluentqtwidgets")
5858

5959
add_executable(FluentSerialAssistant
60+
src/app/core/app_i18n.cpp
61+
src/app/core/app_i18n.h
6062
src/app/core/font_preferences.cpp
6163
src/app/core/font_preferences.h
6264
src/app/core/checksum_utils.cpp

0 commit comments

Comments
 (0)