Lukas
6208cae5c7
feat(tests): Add comprehensive i18n unit tests
- Created tests/unit/test_i18n.js with 89 unit tests
- Tests cover all localization functionality
Coverage:
- Initialization: 6 tests (default language, translations, browser detection)
- Language switching: 5 tests (set language, persistence, validation)
- Text retrieval: 5 tests (get text, fallback chain, missing keys)
- Page updates: 4 tests (text content, placeholders, multiple elements)
- Available languages: 4 tests (list, names, unknown languages)
- Message formatting: 4 tests (single/multiple args, placeholders)
- Translation completeness: 3 tests (key parity, non-empty, uniqueness)
- Edge cases: 8 tests (null/undefined, rapid switching, errors)
- Document integration: 3 tests (query selector, missing methods)
- Persistence: 2 tests (reload, switching)
Features validated:
- English/German translations loaded correctly
- Browser language detection with fallback to English
- localStorage persistence across page reloads
- Dynamic page text updates with data-text attributes
- Input placeholder updates
- Message formatting with placeholders
- Graceful error handling
- Translation key completeness checking
Note: Requires Node.js/npm installation to run (see FRONTEND_SETUP.md)
TIER 4 task 1/4 complete
2026-02-01 11:39:14 +01:00
..
2025-10-12 23:17:20 +02:00
2026-01-21 19:02:39 +01:00
2025-12-04 19:22:42 +01:00
2026-01-16 18:50:04 +01:00
2025-10-23 22:03:15 +02:00
2025-10-23 22:03:15 +02:00
2026-01-21 18:58:24 +01:00
2026-01-26 19:14:41 +01:00
2026-01-19 20:06:03 +01:00
2026-01-26 19:48:35 +01:00
2025-11-23 20:02:11 +01:00
2026-02-01 11:25:11 +01:00
2026-01-16 19:33:23 +01:00
2025-12-10 21:12:34 +01:00
2026-01-27 18:10:16 +01:00
2026-01-16 18:50:04 +01:00
2025-12-04 19:22:42 +01:00
2026-01-19 20:34:06 +01:00
2026-01-19 19:50:25 +01:00
2025-11-28 17:41:54 +01:00
2026-01-15 19:43:58 +01:00
2026-02-01 11:28:39 +01:00
2026-01-15 19:43:58 +01:00
2026-01-26 19:58:24 +01:00
2025-10-23 19:00:49 +02:00
2025-12-26 12:49:23 +01:00
2025-12-15 14:23:41 +01:00
2026-02-01 11:39:14 +01:00
2026-01-15 19:43:58 +01:00
2026-01-26 18:22:21 +01:00
2025-10-23 21:00:34 +02:00
2025-10-12 23:33:56 +02:00
2026-01-21 20:07:19 +01:00
2025-10-22 09:20:35 +02:00
2025-10-13 00:18:46 +02:00
2026-01-31 18:49:11 +01:00
2026-01-31 15:25:30 +01:00
2026-01-18 12:18:42 +01:00
2026-01-17 22:13:34 +01:00
2026-01-21 19:36:54 +01:00
2026-01-11 20:17:18 +01:00
2026-01-18 12:07:37 +01:00
2026-01-26 18:34:16 +01:00
2026-01-11 21:15:14 +01:00
2026-01-26 18:01:03 +01:00
2026-01-26 18:45:21 +01:00
2026-01-24 17:42:59 +01:00
2025-12-16 19:21:30 +01:00
2025-10-24 11:01:40 +02:00
2025-10-24 11:01:40 +02:00
2026-01-31 15:34:49 +01:00
2025-12-16 19:21:30 +01:00
2026-01-15 19:49:47 +01:00
2026-01-31 15:09:54 +01:00
2026-01-26 17:22:55 +01:00
2026-01-11 20:12:23 +01:00
2026-01-18 12:28:38 +01:00
2026-01-11 20:12:23 +01:00
2025-12-26 12:49:23 +01:00
2026-01-11 17:15:59 +01:00
2026-01-23 19:14:36 +01:00
2025-12-25 18:05:33 +01:00
2026-01-26 20:06:21 +01:00
2025-11-19 21:20:22 +01:00
2025-12-26 13:55:02 +01:00
2026-01-21 19:22:50 +01:00
2025-10-22 09:20:35 +02:00
2025-11-28 16:00:15 +01:00
2025-12-26 13:55:02 +01:00
2026-01-15 19:49:47 +01:00
2026-02-01 09:55:18 +01:00
2026-01-26 18:12:33 +01:00
2025-12-25 18:05:33 +01:00
2025-11-28 15:48:49 +01:00
2025-12-24 20:54:27 +01:00