Skip to content

Commit

Permalink
apply missed localization updates after evaluation review
Browse files Browse the repository at this point in the history
  • Loading branch information
lpandath authored and rekt-hard committed Jul 10, 2024
1 parent 5c0b88a commit cc515c4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion libs/damap/src/assets/i18n/dashboard/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"body": " and helps with planning your research process to ensure that your research data is properly structured and documented and will be findable, accessible, interoperable and reusable (i.e. ",
"subPrefix": " FAIR ",
"subPrefixLink": "https://www.go-fair.org/fair-principles/ ",
"endPrefixBody": ") during and after end of your project."
"endPrefixBody": ") during and after the end of your project."
},
"middle": " is a structured document that keeps record of what research data is created and what happens to that data during and after a project. It helps with planning the research process, managing your data in accordance with the ",
"fairprinciples": {
Expand Down
2 changes: 1 addition & 1 deletion libs/damap/src/assets/i18n/info/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
{
"url": "https://osf.io/",
"title": "OSF",
"text": "(Open Science Framework) or"
"text": " or"
},
{
"url": "http://protocols.io",
Expand Down
25 changes: 14 additions & 11 deletions libs/damap/src/lib/components/dmp/repo/repo.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,20 @@ <h2 translate>dmp.steps.repositories.heading</h2>
</app-step-intro>
<app-info-message>
{{ "info.documentation.repositoryGuidance.start" | translate }}
<ng-container
*ngFor="
let link of 'info.documentation.repositoryGuidance.links'
| translate
| keyvalue
">
<a class="info-link-custom" [href]="link.url" target="_blank">{{
link.title
}}</a>
{{ link.text }}
</ng-container>
<a
class="info-link-custom"
[href]="'info.documentation.repositoryGuidance.links.0.url' | translate"
target="_blank">
{{ "info.documentation.repositoryGuidance.links.0.title" | translate }}
</a>
{{ "info.documentation.repositoryGuidance.links.0.text" | translate }}
<a
class="info-link-custom"
[href]="'info.documentation.repositoryGuidance.links.1.url' | translate"
target="_blank">
{{ "info.documentation.repositoryGuidance.links.1.title" | translate }}
</a>
{{ "info.documentation.repositoryGuidance.links.1.text" | translate }}
</app-info-message>

<div *ngIf="repoStep.controls.length" [formGroup]="dmpForm">
Expand Down

0 comments on commit cc515c4

Please sign in to comment.