feat(i18n): migrate hardcoded German strings to t() across 104 components/pages — AST-based batch with re-parse gate, 423 new de.json keys; tsc clean; vitest failures byte-identical to clean-tree baseline (pre-existing)
This commit is contained in:
@@ -260,7 +260,7 @@ export function SettingsUsersPage() {
|
||||
type="email"
|
||||
{...register('email')}
|
||||
error={errorMsg(errors.email?.message)}
|
||||
placeholder="neu.mitarbeiter@firma.de"
|
||||
placeholder={t('settingsUsers.neumitarbeiterfirmade')}
|
||||
data-testid="invite-email"
|
||||
/>
|
||||
<Input
|
||||
|
||||
Reference in New Issue
Block a user