chore: rename interface

This commit is contained in:
x-tools-author 2024-03-22 11:01:43 +08:00
parent af24b7d6f8
commit 66fc44dadc

View File

@ -139,7 +139,7 @@ function(x_tools_finalize_executable target)
endif()
endfunction()
function(x_tools_setup_translations target)
function(x_tools_generate_translations target)
set(APP_TS_FILES "")
list(APPEND APP_TS_FILES ${CMAKE_CURRENT_SOURCE_DIR}/Resources/Translations/app_en.ts)
list(APPEND APP_TS_FILES ${CMAKE_CURRENT_SOURCE_DIR}/Resources/Translations/app_zh_CN.ts)