convert EN localization to use proper casing, remove postprocessing from renderer

This commit is contained in:
jeffvli
2026-04-29 13:37:57 -07:00
parent e49e488b4c
commit 737f1afd76
193 changed files with 2269 additions and 3401 deletions
@@ -21,9 +21,7 @@ const InvalidRoute = () => {
<Stack>
<Group justify="center" wrap="nowrap">
<Icon color="warn" icon="error" />
<Text size="xl">
{t('error.apiRouteError', { postProcess: 'sentenceCase' })}
</Text>
<Text size="xl">{t('error.apiRouteError')}</Text>
</Group>
<Text>{location.pathname}</Text>
<ActionIcon icon="arrowLeftS" onClick={() => navigate(-1)} variant="filled" />