mirror of
https://github.com/johndoe6345789/workforce-pay-bill-p.git
synced 2026-04-24 13:24:57 +00:00
Generated by Spark: Translation Coverage
47% 33/70 pages translated - list ones without coverage
This commit is contained in:
@@ -348,6 +348,28 @@ export function RoadmapView() {
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-l-4 border-warning/30">
|
||||
<CardContent className="p-6">
|
||||
<h3 className="font-semibold mb-3 flex items-center gap-2">
|
||||
<Translate size={20} className="text-warning" />
|
||||
{t('roadmap.pagesWithoutTranslations')}
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground mb-4">
|
||||
{t('roadmap.pagesWithoutTranslationsDescription')} ({translationCoverage.pagesWithoutTranslations.length} {t('roadmap.remaining')})
|
||||
</p>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-2">
|
||||
{translationCoverage.pagesWithoutTranslations.map((page, i) => (
|
||||
<div
|
||||
key={i}
|
||||
className="text-xs font-mono bg-background/50 px-3 py-2 rounded-md border border-border"
|
||||
>
|
||||
{page}
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1197,6 +1197,9 @@
|
||||
"inProgressDescription": "Currently being developed",
|
||||
"planned": "Planned",
|
||||
"plannedDescription": "On the roadmap for future development"
|
||||
}
|
||||
},
|
||||
"pagesWithoutTranslations": "Pages Without Translations",
|
||||
"pagesWithoutTranslationsDescription": "The following React pages still need translation support to be added",
|
||||
"remaining": "remaining"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1197,6 +1197,9 @@
|
||||
"inProgressDescription": "Actualmente en desarrollo",
|
||||
"planned": "Planificado",
|
||||
"plannedDescription": "En la hoja de ruta para desarrollo futuro"
|
||||
}
|
||||
},
|
||||
"pagesWithoutTranslations": "Páginas Sin Traducciones",
|
||||
"pagesWithoutTranslationsDescription": "Las siguientes páginas de React aún necesitan soporte de traducción",
|
||||
"remaining": "restantes"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1197,6 +1197,9 @@
|
||||
"inProgressDescription": "Actuellement en développement",
|
||||
"planned": "Planifié",
|
||||
"plannedDescription": "Sur la feuille de route pour le développement futur"
|
||||
}
|
||||
},
|
||||
"pagesWithoutTranslations": "Pages Sans Traductions",
|
||||
"pagesWithoutTranslationsDescription": "Les pages React suivantes ont encore besoin d'un support de traduction",
|
||||
"remaining": "restantes"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user