feat: support translation generation

This commit is contained in:
sithlord48
2025-10-14 22:39:45 -04:00
committed by Chris Rizzitello
parent 71c1bb87ca
commit c3f0b18df6
13 changed files with 344 additions and 4 deletions

View File

@ -2,8 +2,8 @@ sonar.organization=deskflow
sonar.projectKey=deskflow_deskflow
sonar.sources=src/apps,src/lib
sonar.tests=src/unittests
sonar.exclusions=subprojects/**,build/**
sonar.coverage.exclusions=subprojects/**,src/unittests/**,src/apps/deskflow-gui/**,src/apps/res/**
sonar.exclusions=subprojects/**,build/**,translations/**
sonar.coverage.exclusions=subprojects/**,src/unittests/**,src/apps/deskflow-gui/**,src/apps/res/**,translations/**
sonar.cpd.exclusions=**/*Test*.cpp
sonar.host.url=https://sonarcloud.io
sonar.cfamily.compile-commands=build/compile_commands.json