feat: implement global translation for HR, purchases, and core UI components

This commit is contained in:
2025-12-06 02:01:54 +01:00
parent fef463dce5
commit 623f7b3b56
19 changed files with 789 additions and 361 deletions

View File

@@ -0,0 +1,18 @@
# Global Translation Alignment
## Stato
Completato
## Descrizione
Allineamento completo delle traduzioni in tutto il gestionale. Verifica di stringhe hardcoded, chiavi mancanti e supporto accessibilità.
## Piano di Lavoro
1. [x] Analisi struttura i18n esistente.
2. [x] Scansione frontend per stringhe hardcoded.
3. [x] Scansione backend per messaggi utente non localizzati.
4. [x] Aggiornamento file di traduzione (IT/EN).
5. [x] Verifica accessibilità (aria-labels, alt text).
6. [x] Test cambio lingua.
## Log
- Creazione piano di lavoro.