Browse Source

Enable building the Japanese translation

pull/3508/head
Anders Jenbo 4 years ago committed by GitHub
parent
commit
cc3133dd2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -688,7 +688,7 @@ if(GPERF)
find_package(Gperftools REQUIRED)
endif()
set(devilutionx_langs bg cs da de es fr hr it ko_KR pl pt_BR ro_RO ru uk sv zh_CN zh_TW)
set(devilutionx_langs bg cs da de es fr hr it ja ko_KR pl pt_BR ro_RO ru uk sv zh_CN zh_TW)
if(USE_GETTEXT_FROM_VCPKG)
# vcpkg doesn't add its own tools directory to the search path
list(APPEND Gettext_ROOT ${CMAKE_CURRENT_BINARY_DIR}/vcpkg_installed/${VCPKG_TARGET_TRIPLET}/tools/gettext/bin)

Loading…
Cancel
Save