mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-16 19:16:02 +08:00
i18n: added special case for pt_BR folder naming on Unix
Similar to what is done to support zh_CN, but for pt_BR. Fixes #5580
This commit is contained in:
parent
296e140afb
commit
c1b3cc0bf1
@ -262,6 +262,10 @@ else ()
|
|||||||
COMMAND ln -sfn "zh_cn" "${BIN_RESOURCES_DIR}/i18n/zh_CN"
|
COMMAND ln -sfn "zh_cn" "${BIN_RESOURCES_DIR}/i18n/zh_CN"
|
||||||
COMMENT "Symlinking zh_CN language setting to zh_cn"
|
COMMENT "Symlinking zh_CN language setting to zh_cn"
|
||||||
VERBATIM)
|
VERBATIM)
|
||||||
|
add_custom_command(TARGET BambuStudio POST_BUILD
|
||||||
|
COMMAND ln -sfn "pt-BR" "${BIN_RESOURCES_DIR}/i18n/pt_BR"
|
||||||
|
COMMENT "Symlinking pt_BR language setting to pt_BR"
|
||||||
|
VERBATIM)
|
||||||
endif()
|
endif()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user