Add Dutch translation (#674)

This commit is contained in:
Thomas 2024-12-08 22:56:21 +01:00 committed by GitHub
parent 2e9bbae46d
commit 875464d6b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 766 additions and 2 deletions

View file

@ -729,7 +729,7 @@ if(NOT BUILD_HYDRA_CORE AND NOT BUILD_LIBRETRO_CORE)
)
# Translation files in Qt's .ts format. Will be converted into binary files and embedded into the executable
set(TRANSLATIONS_TS docs/translations/en.ts docs/translations/el.ts docs/translations/es.ts docs/translations/pt_br.ts)
set(TRANSLATIONS_TS docs/translations/en.ts docs/translations/el.ts docs/translations/es.ts docs/translations/pt_br.ts docs/translations/nl.ts)
set_source_files_properties(${TRANSLATIONS_TS} PROPERTIES OUTPUT_LOCATION "${CMAKE_CURRENT_BINARY_DIR}/translations")
qt_add_translation(TRANSLATIONS_QM ${TRANSLATIONS_TS})