From 49485f79d24e0097238983c7a660fa9819927262 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 10 Aug 2024 07:57:45 +0200 Subject: [PATCH] Feature/enable experimental languages in user account settings (#3655) * Enable ca and pl as experimental * Update changelog --- CHANGELOG.md | 2 ++ .../user-account-settings.html | 20 ++++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e9e7cc7..34846d691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Enabled Catalan (`ca`) as an option in the user settings (experimental) +- Enabled Polish (`pl`) as an option in the user settings (experimental) - Improved the language localization for Portuguese (`pt`) - Optimized the docker image layers to reduce the image size - Updated the binary targets of `debian-openssl` for `prisma` diff --git a/apps/client/src/app/components/user-account-settings/user-account-settings.html b/apps/client/src/app/components/user-account-settings/user-account-settings.html index 8b512ce3f..3896bbb46 100644 --- a/apps/client/src/app/components/user-account-settings/user-account-settings.html +++ b/apps/client/src/app/components/user-account-settings/user-account-settings.html @@ -73,12 +73,10 @@ Deutsch English @if (user?.settings?.isExperimentalFeatures) { - + Català (Community) } @if (user?.settings?.isExperimentalFeatures) { ) @if (user?.settings?.isExperimentalFeatures) { - + Polski (Community) } Português (Community