mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 08:39:40 +02:00
fix(mana/web+packages): clear all 270 warnings to zero
Comprehensive warning sweep across 128 files that brings svelte-check from 270 warnings → 0 (plus 3 new errors from concurrent upstream changes fixed inline). Final state: 6473 files, 0 errors, 0 warnings, 0 files with problems. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b8987562ba
commit
da03fac722
128 changed files with 1599 additions and 348 deletions
|
|
@ -67,13 +67,21 @@
|
|||
}: Props = $props();
|
||||
|
||||
const t = {
|
||||
// svelte-ignore state_referenced_locally
|
||||
locked: translations.locked ?? 'Gesperrt',
|
||||
// svelte-ignore state_referenced_locally
|
||||
comingSoon: translations.comingSoon ?? 'Bald verfügbar',
|
||||
// svelte-ignore state_referenced_locally
|
||||
premium: translations.premium ?? 'Premium',
|
||||
// svelte-ignore state_referenced_locally
|
||||
unlock: translations.unlock ?? 'Freischalten',
|
||||
// svelte-ignore state_referenced_locally
|
||||
lightPreview: translations.lightPreview ?? 'Hell',
|
||||
// svelte-ignore state_referenced_locally
|
||||
darkPreview: translations.darkPreview ?? 'Dunkel',
|
||||
// svelte-ignore state_referenced_locally
|
||||
pin: translations.pin ?? 'Anpinnen',
|
||||
// svelte-ignore state_referenced_locally
|
||||
unpin: translations.unpin ?? 'Lösen',
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue