From 507a0cf10c609345d2f93db82e271c9c844e6330 Mon Sep 17 00:00:00 2001 From: Milan Kuchtiak Date: Tue, 30 Jun 2026 12:04:40 +0200 Subject: [PATCH] Locale names for SimpleRORAuthority (ufal/dspace-angular#135) * Locale names for SimpleRORAuthority (cherry picked from commit 1d367aa4692e4226da2e6cdbafe26ce08dcb43b5) --- 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 08c5f5ed60e..fed3c1a443e 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 3c0ed9943e7..c186f15e40d 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",