diff --git a/CHANGELOG.md b/CHANGELOG.md index 572f17688..fce8d4ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Improved the language localization for Polish (`pl`) + ## 3.32.0 - 2026-07-22 ### Changed diff --git a/apps/client/src/locales/messages.pl.xlf b/apps/client/src/locales/messages.pl.xlf index 5d18539aa..0bc20eec6 100644 --- a/apps/client/src/locales/messages.pl.xlf +++ b/apps/client/src/locales/messages.pl.xlf @@ -6526,7 +6526,7 @@ Active - Antywne + Aktywne apps/client/src/app/components/home-holdings/home-holdings.component.ts 64