Skip to content

Commit 9c0b8cf

Browse files
authored
Merge pull request DSpace#4667 from tdonohue/port_4628_to_8x
[Port dspace-8_x] Fix untranslated i18n keys ror api
2 parents 6515ec3 + 010a50f commit 9c0b8cf

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

src/assets/i18n/en.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6876,4 +6876,10 @@
68766876
"dynamic-form-array.sortable-list.label": "Sortable list",
68776877

68786878
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
6879+
6880+
"item.preview.organization.url": "URL",
6881+
6882+
"item.preview.organization.address.addressLocality": "City",
6883+
6884+
"item.preview.organization.alternateName": "Alternative name",
68796885
}

src/assets/i18n/pt-BR.json5

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10471,5 +10471,10 @@
1047110471
// TODO New key - Add a translation
1047210472
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
1047310473

10474+
"item.preview.organization.url": "URL",
1047410475

10475-
}
10476+
"item.preview.organization.address.addressLocality": "Cidade",
10477+
10478+
"item.preview.organization.alternateName": "Nome alternativo",
10479+
10480+
}

src/assets/i18n/pt-PT.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10798,5 +10798,4 @@
1079810798
// TODO New key - Add a translation
1079910799
"metadata-export-search.submit.error.limit-exceeded": "Only the first {{limit}} items will be exported",
1080010800

10801-
10802-
}
10801+
}

0 commit comments

Comments
 (0)