docs: translate German documentation files to English
Translate BACKLOG.md and docs/SPEC.md from German to English for international contributor accessibility. Fix outdated CONTRIBUTING.md statement that claimed UI text is German-only — app now supports multiple locales via i18n. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ PRs are reviewed by the maintainer. Expect feedback within a few days. Once appr
|
||||
### Frontend
|
||||
|
||||
- Web Component prefix: `oikos-` (one component per file)
|
||||
- All UI text in **German** (the app targets German-speaking families)
|
||||
- All UI text via i18n keys (`t('key')`) — never hardcode text in components. German (`de`) is the reference locale.
|
||||
- Date format: `DD.MM.YYYY` - Time format: `HH:MM` (24h)
|
||||
- CSS uses design tokens from `public/styles/tokens.css` - never hardcode values
|
||||
- Pages export a `render()` function, no side effects on import
|
||||
|
||||
Reference in New Issue
Block a user