Remove dead translations (#13409)

Add --clean flag to translation extraction to remove old translations
automatically
This commit is contained in:
Félix Malfait
2025-07-24 14:50:57 +02:00
committed by GitHub
parent e84e47dd6b
commit a83825f4be

View File

@ -37,9 +37,9 @@ jobs:
- name: Extract translations
run: |
npx nx run twenty-server:lingui:extract
npx nx run twenty-emails:lingui:extract
npx nx run twenty-front:lingui:extract
npx nx run twenty-server:lingui:extract --clean
npx nx run twenty-emails:lingui:extract --clean
npx nx run twenty-front:lingui:extract --clean
- name: Check and commit extracted files
id: check_extract_changes