From 71d281a59fcd3289080195b00c3b3515217b272d Mon Sep 17 00:00:00 2001 From: Aine Date: Mon, 3 Mar 2025 20:27:05 +0200 Subject: [PATCH] fix translations --- src/i18n/de.ts | 4 ++++ src/i18n/zh.ts | 4 ++++ yarn.lock | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/i18n/de.ts b/src/i18n/de.ts index 7f7c0f8..afce48a 100644 --- a/src/i18n/de.ts +++ b/src/i18n/de.ts @@ -12,6 +12,10 @@ const fixedGermanMessages = { clear_filters: "Alle Filter entfernen", add_filter: "Filter hinzufügen", }, + auth: { + ...formalGermanMessages.ra.auth, + email: "E-Mail", + }, action: { ...formalGermanMessages.ra.action, update_application: "Anwendung aktualisieren", diff --git a/src/i18n/zh.ts b/src/i18n/zh.ts index 2bd2956..df1912d 100644 --- a/src/i18n/zh.ts +++ b/src/i18n/zh.ts @@ -11,6 +11,10 @@ const fixedChineseMessages = { no_filtered_results: "没有结果", clear_filters: "清除所有过滤器", }, + auth: { + ...chineseMessages.ra.auth, + email: "邮箱", + }, action: { ...chineseMessages.ra.action, update_application: "更新应用", diff --git a/yarn.lock b/yarn.lock index 8e67faf..889ca8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4562,7 +4562,7 @@ ra-core@^4.11.2, ra-core@^4.16.2: react-is "^17.0.2" react-query "^3.32.1" -ra-core@^5.4.3, ra-core@^5.4.4, ra-core@^5.6.1, ra-core@^5.6.2: +ra-core@^5.4.3, ra-core@^5.4.4, ra-core@^5.6.2: version "5.6.2" resolved "https://registry.yarnpkg.com/ra-core/-/ra-core-5.6.2.tgz#f4c73f72348c80112f41d4f54d7bf72c7f2d607d" integrity sha512-B3RZB7rjE7o/3BzAmk94rvYTSgx/zGsL1c0VIDwCwImLzzeibBDLMSvFesbUFp0mLwlQjKiRMUVyeW94wWkMBQ==