From 376718e41744877aa258c5550b9c5e43f35b7295 Mon Sep 17 00:00:00 2001 From: Tasin Williamson Date: Wed, 28 May 2025 17:49:06 +0600 Subject: [PATCH] modifed translation change and added changelog --- CHANGELOG.md | 1 + apps/client/src/locales/messages.nl.xlf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745d792af..48855df56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the language localization for Dutch (`nl`) - Improved the language localization for French (`fr`) - Improved the language localization for Polish (`pl`) - Improved the language localization for Spanish (`es`) diff --git a/apps/client/src/locales/messages.nl.xlf b/apps/client/src/locales/messages.nl.xlf index 8420b54aa..cdf56bb1c 100644 --- a/apps/client/src/locales/messages.nl.xlf +++ b/apps/client/src/locales/messages.nl.xlf @@ -5933,7 +5933,7 @@ WTD - GEWELDIG + Week tot nu toe libs/ui/src/lib/assistant/assistant.component.ts 222