From 6664968ff5305b6ed84eecac8e60beeacb670fca Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 10 Jun 2026 13:22:38 +0900 Subject: [PATCH] fix(i18n): re-add missing control flow and update changelog --- CHANGELOG.md | 1 + apps/client/src/locales/messages.ko.xlf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d5dba4a..c088a34db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Prefilled the form in the account balance management with the current cash balance - Disabled the selection of future dates in the account balance management +- Improved the language localization for Korean (ko) ## 3.8.0 - 2026-06-07 diff --git a/apps/client/src/locales/messages.ko.xlf b/apps/client/src/locales/messages.ko.xlf index 605c7b6f9..e9f4139dc 100644 --- a/apps/client/src/locales/messages.ko.xlf +++ b/apps/client/src/locales/messages.ko.xlf @@ -6891,7 +6891,7 @@ Change with currency effect Change - 환율 효과 반영 변동 + 환율 효과 반영 변동 변동 apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html 63