From b3e72383bc5eb27e5955980af0847f2ed602c498 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 25 Nov 2023 12:46:56 +0100 Subject: [PATCH] Feature/extract locales 20231125 (#2686) * Update locales * Update changelog --- CHANGELOG.md | 1 + apps/client/src/app/pages/i18n/i18n-page.html | 5 +- apps/client/src/locales/messages.de.xlf | 1080 +++++++++++++++-- apps/client/src/locales/messages.es.xlf | 1080 +++++++++++++++-- apps/client/src/locales/messages.fr.xlf | 1080 +++++++++++++++-- apps/client/src/locales/messages.it.xlf | 1080 +++++++++++++++-- apps/client/src/locales/messages.nl.xlf | 1080 +++++++++++++++-- apps/client/src/locales/messages.pl.xlf | 1080 +++++++++++++++-- apps/client/src/locales/messages.pt.xlf | 1080 +++++++++++++++-- apps/client/src/locales/messages.tr.xlf | 1048 ++++++++++++++-- apps/client/src/locales/messages.xlf | 1046 ++++++++++++++-- 11 files changed, 8557 insertions(+), 1103 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd4f5835..cfa6874da 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 German (`de`) - Upgraded `angular` from version `16.2.12` to `17.0.4` - Upgraded `Nx` from version `17.0.2` to `17.1.3` diff --git a/apps/client/src/app/pages/i18n/i18n-page.html b/apps/client/src/app/pages/i18n/i18n-page.html index b091ed4ba..4922b01cd 100644 --- a/apps/client/src/app/pages/i18n/i18n-page.html +++ b/apps/client/src/app/pages/i18n/i18n-page.html @@ -2,8 +2,9 @@