Translation cleanup (#13411)

Remove dead translations
This commit is contained in:
Félix Malfait
2025-07-24 15:33:24 +02:00
committed by GitHub
parent ca1e79b9a7
commit 16fcaacbdb
190 changed files with 100 additions and 37063 deletions

View File

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