update lang(

This commit is contained in:
Martin Rotter 2024-03-22 14:22:13 +01:00
parent 7c7587f444
commit f8496ceb65
2 changed files with 940 additions and 1111 deletions

View File

@ -4,9 +4,9 @@ if(UPDATE_TRANSLATIONS AND BUILD_WITH_QT6)
# "en" .ts file is only used as "source" language
# and it is not offered in RSS Guard as localization.
file(GLOB_RECURSE ALL_SOURCES
"${CMAKE_SOURCE_DIR}/src/librssguard/*.cpp"
"${CMAKE_SOURCE_DIR}/src/librssguard/*.h"
"${CMAKE_SOURCE_DIR}/src/librssguard/*.ui")
"${CMAKE_SOURCE_DIR}/src/librssguard*/*.cpp"
"${CMAKE_SOURCE_DIR}/src/librssguard*/*.h"
"${CMAKE_SOURCE_DIR}/src/librssguard*/*.ui")
qt_add_lupdate(rssguard
TS_FILES "${CMAKE_CURRENT_SOURCE_DIR}/rssguard_en.ts"

File diff suppressed because it is too large Load Diff