From d0c6d8901e9e514b995941731cc21194559bedfa Mon Sep 17 00:00:00 2001 From: Milan Kuchtiak Date: Thu, 23 Apr 2026 14:59:50 +0200 Subject: [PATCH] Locale names for SimpleRORAuthority --- src/assets/i18n/cs.json5 | 6 ++++++ src/assets/i18n/en.json5 | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/src/assets/i18n/cs.json5 b/src/assets/i18n/cs.json5 index ac5476fd0db..52b8ae1f0ce 100644 --- a/src/assets/i18n/cs.json5 +++ b/src/assets/i18n/cs.json5 @@ -2717,9 +2717,15 @@ // "form.other-information.last-name": "Last Name", "form.other-information.last-name": "Příjmení", + // "form.other-information.location": "Location", + "form.other-information.location": "Místo", + // "form.other-information.orcid": "ORCID", "form.other-information.orcid": "ORCID", + // "form.other-information.ror-id": "ROR ID", + "form.other-information.ror-id": "ROR ID", + // "form.remove": "Remove", "form.remove": "Odstranit", diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 472f95c978e..5974d0b45e7 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -1811,8 +1811,12 @@ "form.other-information.last-name": "Last Name", + "form.other-information.location": "Location", + "form.other-information.orcid": "ORCID", + "form.other-information.ror-id": "ROR ID", + "form.remove": "Remove", "form.save": "Save",