feat: Ukrainian translation, UAH currency, shopping category i18n (closes #52)
- Add Ukrainian (uk) locale to SUPPORTED_LOCALES and locale picker - Add public/locales/uk.json (622 keys, full Ukrainian translation) - Add UAH (Ukrainian Hryvnia) to SUPPORTED_CURRENCIES and VALID_CURRENCIES - Add CATEGORY_I18N map and catLabel() in settings.js to translate default shopping category names in the settings panel; rename and delete dialogs now also use the translated name instead of the raw German DB string - Align server VALID_CURRENCIES with frontend: add missing AED, BRL, INR, SAR Co-Authored-By: baragoon <baragoon@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.20.9] - 2026-04-18
|
||||
|
||||
### Added
|
||||
- Ukrainian (uk) translation (closes #52)
|
||||
- Ukrainian Hryvnia (UAH) currency option in budget settings
|
||||
- Shopping list category names are now translated in the settings panel; rename and delete dialogs also use the translated name
|
||||
|
||||
### Fixed
|
||||
- Server-side `VALID_CURRENCIES` now matches the frontend list — `AED`, `BRL`, `INR`, and `SAR` were accepted by the UI but rejected by the API
|
||||
|
||||
## [0.20.8] - 2026-04-18
|
||||
|
||||
### Changed
|
||||
|
||||
Reference in New Issue
Block a user