feat: add EN/DE internationalization to cospend section
All checks were successful
CI / update (push) Successful in 3m30s

Move cospend routes to parameterized [cospendRoot=cospendRoot] supporting
both /cospend (DE) and /expenses (EN). Add cospendI18n.ts with 100+
translation keys covering all pages, components, categories, frequency
descriptions, and error messages. Translate BarChart legend, ImageUpload,
UsersList, SplitMethodSelector, DebtBreakdown, EnhancedBalance, and
PaymentModal. Update LanguageSelector and hooks.server.ts for /expenses.
This commit is contained in:
2026-04-08 15:46:00 +02:00
parent eadc391b1a
commit a5de45f56a
35 changed files with 991 additions and 458 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.11.3",
"version": "1.12.0",
"private": true,
"type": "module",
"scripts": {