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:
@@ -970,7 +970,7 @@ export function MailPage() {
|
||||
<button
|
||||
onClick={() => setActiveView('folders')}
|
||||
className="inline-flex items-center gap-1 px-2 py-1 rounded text-sm text-secondary-700 hover:bg-secondary-100 min-h-touch"
|
||||
aria-label="Zurück zu Ordnern"
|
||||
aria-label={t('mail.zurückzuordnern')}
|
||||
data-testid="mobile-back-to-folders"
|
||||
>
|
||||
<ChevronLeft className="w-4 h-4" aria-hidden="true" strokeWidth={2} />
|
||||
@@ -1003,7 +1003,7 @@ export function MailPage() {
|
||||
<button
|
||||
onClick={() => setActiveView('list')}
|
||||
className="inline-flex items-center gap-1 px-2 py-1 rounded text-sm text-secondary-700 hover:bg-secondary-100 min-h-touch"
|
||||
aria-label="Zurück zur Liste"
|
||||
aria-label={t('mail.zurückzurliste')}
|
||||
data-testid="mobile-back-to-list"
|
||||
>
|
||||
<ChevronLeft className="w-4 h-4" aria-hidden="true" strokeWidth={2} />
|
||||
|
||||
Reference in New Issue
Block a user