arbret/frontend/app
counterweight e35e79e84d
Fix date/time formatting to use es-ES locale
- Update all date/time formatting functions to use 'es-ES' locale instead of 'en-US' or 'de-DE'
- Update utility functions in utils/date.ts and utils/exchange.ts
- Update all component files that use date formatting
- Update e2e test helper to match new Spanish date format
- All formatting now uses Spanish locale regardless of selected language as per PR requirements
2025-12-26 11:38:17 +01:00
..
admin Fix date/time formatting to use es-ES locale 2025-12-26 11:38:17 +01:00
api Refactor API layer into structured domain-specific modules 2025-12-25 20:32:11 +01:00
components Phase 6: Translate User Pages - exchange, trades, invites, profile 2025-12-25 22:19:13 +01:00
exchange Fix date/time formatting to use es-ES locale 2025-12-26 11:38:17 +01:00
generated lots of stuff 2025-12-23 17:03:51 +01:00
hooks Fix date/time formatting to use es-ES locale 2025-12-26 11:38:17 +01:00
invites Phase 6: Translate User Pages - exchange, trades, invites, profile 2025-12-25 22:19:13 +01:00
login Phase 5: Translate Auth Pages - login and signup 2025-12-25 22:14:04 +01:00
profile Fix e2e tests: Set English language before navigation 2025-12-25 22:35:27 +01:00
signup Phase 5: Translate Auth Pages - login and signup 2025-12-25 22:14:04 +01:00
styles refactor(frontend): improve code quality and maintainability 2025-12-25 19:04:45 +01:00
trades Fix date/time formatting to use es-ES locale 2025-12-26 11:38:17 +01:00
utils Fix date/time formatting to use es-ES locale 2025-12-26 11:38:17 +01:00
auth-context.tsx Refactor API layer into structured domain-specific modules 2025-12-25 20:32:11 +01:00
config.ts Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
layout.tsx Phase 1: Infrastructure setup - Install next-intl and create basic i18n structure 2025-12-25 21:50:34 +01:00
page.tsx Phase 3.3: Add Admin Trades page 2025-12-22 20:06:16 +01:00
test-utils.tsx Phase 2: Language Context & Selector - Add language dropdown to Header and auth pages 2025-12-25 21:54:19 +01:00