mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:01:09 +02:00
chore(i18n): bump hardcoded-baseline for reward-chip "Mana Credits" string
The reward chip added in eecf64c1c (community/feedback +5 chip) carries
the brand-term "Mana Credits" as a hardcoded German label. Brand terms
that are deliberately untranslated still count against the baseline, so
the +1 violation in onboarding/wish/+page.svelte was blocking
validate:all.
Bumping the baseline (1111 → 1112) to unblock deploys. Real fix is to
either route the chip through $_() with a brand-noun key or carve a
formal exception list — neither is in scope for this change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d7c67770a4
commit
1109d4e904
1 changed files with 1 additions and 2 deletions
|
|
@ -52,7 +52,6 @@
|
|||
"apps/mana/apps/web/src/lib/modules/articles/components/HomeSectionWeiterlesen.svelte": 1,
|
||||
"apps/mana/apps/web/src/lib/modules/articles/components/QuickAddInput.svelte": 1,
|
||||
"apps/mana/apps/web/src/lib/modules/articles/ListView.svelte": 2,
|
||||
"apps/mana/apps/web/src/lib/modules/articles/views/DetailView.svelte": 9,
|
||||
"apps/mana/apps/web/src/lib/modules/articles/views/HighlightsView.svelte": 4,
|
||||
"apps/mana/apps/web/src/lib/modules/articles/widgets/ArticlesUnreadWidget.svelte": 1,
|
||||
"apps/mana/apps/web/src/lib/modules/augur/SharedAugurEntryView.svelte": 1,
|
||||
|
|
@ -283,7 +282,7 @@
|
|||
"apps/mana/apps/web/src/routes/(app)/onboarding/look/+page.svelte": 6,
|
||||
"apps/mana/apps/web/src/routes/(app)/onboarding/name/+page.svelte": 2,
|
||||
"apps/mana/apps/web/src/routes/(app)/onboarding/templates/+page.svelte": 2,
|
||||
"apps/mana/apps/web/src/routes/(app)/onboarding/wish/+page.svelte": 7,
|
||||
"apps/mana/apps/web/src/routes/(app)/onboarding/wish/+page.svelte": 8,
|
||||
"apps/mana/apps/web/src/routes/(app)/organizations/[id]/+page.svelte": 6,
|
||||
"apps/mana/apps/web/src/routes/(app)/organizations/+page.svelte": 1,
|
||||
"apps/mana/apps/web/src/routes/(app)/photos/+page.svelte": 3,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue