From 58278ba5e6514b6f5fec19840dd8793cc4ec2256 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:04:09 +0200 Subject: [PATCH] Bugfix/fix dutch localization of portfolio summary (#2315) * Revert reserved keyword (plural) * Update changelog --- CHANGELOG.md | 4 ++++ apps/client/src/locales/messages.nl.xlf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2ec69f2..41241a336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the language localization for Dutch (`nl`) +### Fixed + +- Fixed an issue with the portfolio summary caused by the language localization for Dutch (`nl`) + ## 2.0.0 - 2023-09-09 ### Added diff --git a/apps/client/src/locales/messages.nl.xlf b/apps/client/src/locales/messages.nl.xlf index 5c82da007..6b9b7ad72 100644 --- a/apps/client/src/locales/messages.nl.xlf +++ b/apps/client/src/locales/messages.nl.xlf @@ -1167,7 +1167,7 @@ {VAR_PLURAL, plural, =1 {transaction} other {transactions}} - {VAR_PLURAL, meervoud, =1 {transaction} other {transactions}} + {VAR_PLURAL, plural, =1 {transaction} other {transactions}} apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html 79,80