Skip to content

Commit

Permalink
🌐 Re-enable translations
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Aug 13, 2024
1 parent cbd20bd commit b4fb9b7
Show file tree
Hide file tree
Showing 11 changed files with 2,103 additions and 2,104 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ set(TRANSLATIONS


find_package(Qt6LinguistTools)
#if (Qt6LinguistTools_FOUND)
if (0)
if (Qt6LinguistTools_FOUND)
set_source_files_properties(${TRANSLATIONS} PROPERTIES OUTPUT_LOCATION "intl")

Qt6_create_translation(QM_MESSAGES ${CMAKE_SOURCE_DIR}/ui ${CMAKE_SOURCE_DIR}/src ${TRANSLATIONS})
Expand All @@ -126,7 +125,7 @@ if (0)
file(COPY rsrc/languages.qrc DESTINATION ${CMAKE_BINARY_DIR}/intl)
list(APPEND RESOURCES "${CMAKE_BINARY_DIR}/intl/languages.qrc")
else ()
message("Qt6LinguistTools not found")
message(WARNING "Qt6LinguistTools not found")
endif ()

if (WIN32)
Expand Down Expand Up @@ -254,4 +253,4 @@ endif ()

include(CPack)

feature_summary(WHAT ALL)
feature_summary(WHAT ALL)
420 changes: 210 additions & 210 deletions intl/de_DE.ts

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions intl/el_GR.ts

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions intl/en_US.ts

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions intl/es_ES.ts

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions intl/fr_FR.ts

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions intl/it_IT.ts

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions intl/ko_KR.ts

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions intl/nl_NL.ts

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions intl/pt_PT.ts

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions intl/ru_RU.ts

Large diffs are not rendered by default.

0 comments on commit b4fb9b7

Please sign in to comment.