mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: rename interface
This commit is contained in:
parent
af24b7d6f8
commit
66fc44dadc
@ -139,7 +139,7 @@ function(x_tools_finalize_executable target)
|
|||||||
endif()
|
endif()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
function(x_tools_setup_translations target)
|
function(x_tools_generate_translations target)
|
||||||
set(APP_TS_FILES "")
|
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_en.ts)
|
||||||
list(APPEND APP_TS_FILES ${CMAKE_CURRENT_SOURCE_DIR}/Resources/Translations/app_zh_CN.ts)
|
list(APPEND APP_TS_FILES ${CMAKE_CURRENT_SOURCE_DIR}/Resources/Translations/app_zh_CN.ts)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user