diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2227c133..e29b25066c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## v2.55.1 - 2024-02-08 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.55.0...v2.55.1) + +- [#2147](https://github.com/ORCID/orcid-angular/pull/2147): fix: Add missing full stop in text and add missing error codes +- [#2146](https://github.com/ORCID/orcid-angular/pull/2146): feature: Add new public header + +### Fix + +- Add missing full stop in text and add missing error codes +- Add missing togglz enable +- Remove hardcoded togglz value and fix tests +- Remove vs debugger file + +### Feature + +- Add new public header + ## v2.55.0 - 2024-02-06 [Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.54.2...v2.55.0) diff --git a/src/locale/properties/top-bar/top-bar.lr.properties b/src/locale/properties/top-bar/top-bar.lr.properties index e086ee58ee..86538ec715 100644 --- a/src/locale/properties/top-bar/top-bar.lr.properties +++ b/src/locale/properties/top-bar/top-bar.lr.properties @@ -112,3 +112,17 @@ topBar.ariaLabelDeleteOtherName=LR topBar.addBiography=LR topBar.weHaveSentForCredentials=LR developerTools.ariaLabelClose=LR +topBar.copyId=LR +topBar.printableRecord=LR +topBar.whenOrcidDeactivated=LR +topBar.findOutReactivating=LR +topBar.weLockRecords=LR +topBar.termsOfService=LR +topBar.recordLockedInError=LR +topBar.contactOrcid=LR +topBar.deprecatedRecordIsDuplicate=LR +topBar.findOutMoreAboutRemoving=LR +topBar.recordOwnerNotHaveAdded=LR +topBar.findOutVisibility=LR +topBar.ariaLabelCopyOrcidId=LR +topBar.ariaLabelViewPrintable=LR diff --git a/src/locale/properties/top-bar/top-bar.rl.properties b/src/locale/properties/top-bar/top-bar.rl.properties index f15358e50e..4dca19e4e1 100644 --- a/src/locale/properties/top-bar/top-bar.rl.properties +++ b/src/locale/properties/top-bar/top-bar.rl.properties @@ -112,3 +112,17 @@ topBar.ariaLabelDeleteOtherName=RL topBar.addBiography=RL topBar.weHaveSentForCredentials=RL developerTools.ariaLabelClose=RL +topBar.copyId=RL +topBar.printableRecord=RL +topBar.whenOrcidDeactivated=RL +topBar.findOutReactivating=RL +topBar.weLockRecords=RL +topBar.termsOfService=RL +topBar.recordLockedInError=RL +topBar.contactOrcid=RL +topBar.deprecatedRecordIsDuplicate=RL +topBar.findOutMoreAboutRemoving=RL +topBar.recordOwnerNotHaveAdded=RL +topBar.findOutVisibility=RL +topBar.ariaLabelCopyOrcidId=RL +topBar.ariaLabelViewPrintable=RL diff --git a/src/locale/properties/top-bar/top-bar.xx.properties b/src/locale/properties/top-bar/top-bar.xx.properties index 7cd3901b62..6b3e64714a 100644 --- a/src/locale/properties/top-bar/top-bar.xx.properties +++ b/src/locale/properties/top-bar/top-bar.xx.properties @@ -112,3 +112,17 @@ topBar.ariaLabelDeleteOtherName=X topBar.addBiography=X topBar.weHaveSentForCredentials=X developerTools.ariaLabelClose=X +topBar.copyId=X +topBar.printableRecord=X +topBar.whenOrcidDeactivated=X +topBar.findOutReactivating=X +topBar.weLockRecords=X +topBar.termsOfService=X +topBar.recordLockedInError=X +topBar.contactOrcid=X +topBar.deprecatedRecordIsDuplicate=X +topBar.findOutMoreAboutRemoving=X +topBar.recordOwnerNotHaveAdded=X +topBar.findOutVisibility=X +topBar.ariaLabelCopyOrcidId=X +topBar.ariaLabelViewPrintable=X