Skip to content

Commit

Permalink
Merge branch 'main' into fix/feb-7-batch-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 authored Feb 8, 2024
2 parents 0ba015f + ec08f79 commit b4fe2f7
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
14 changes: 14 additions & 0 deletions src/locale/properties/top-bar/top-bar.lr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions src/locale/properties/top-bar/top-bar.rl.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions src/locale/properties/top-bar/top-bar.xx.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b4fe2f7

Please sign in to comment.