fix(i18n): translate shopping categories and recurrence UI fields
- Shopping category dropdown options now use CATEGORY_LABELS() for translated display text instead of raw German internal keys - rrule-ui.js now imports t() from /i18n.js; all hardcoded German strings (freq options, weekday labels, form labels, unit labels) replaced with i18n keys under the new 'rrule' namespace - Added 'rrule' section to de.json and en.json with 22 new keys Fixes #21
This commit is contained in:
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.11.4] - 2026-04-05
|
||||
|
||||
### Fixed
|
||||
- Shopping list category dropdown now shows translated labels instead of hardcoded German strings (#21)
|
||||
- Recurrence fields in task and calendar modals now fully translated (labels, frequency options, weekday abbreviations, unit labels) (#21)
|
||||
|
||||
## [0.11.3] - 2026-04-05
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user