Skip to content

Commit

Permalink
translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
jawanbdarni committed Dec 1, 2024
1 parent fe384f7 commit b922041
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cloudapp/src/app/ILL/requestForm/requestForm.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ export class RequestFormComponent implements OnInit, OnChanges {
} else{
this.requestType =value;}
});
if(this.requestType=== 'COPYO'){
this.copyType.setValue('Electronic copy');
}
this.storeService.get(SELECTED_RECORD_ILL).pipe(
mergeMap(fullRecordData =>{
this.fullRecordData = JSON.parse(fullRecordData);
Expand Down
2 changes: 1 addition & 1 deletion cloudapp/src/i18n/jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"VOL":"巻冊次等",
"HLV":"HLV",
"HLYR":"HLYR",
"BID":"書誌ID",
"BID":"書誌ID (BID)",
"COPYS":"複写サービス種別",
"LOANS":"貸借サービス種別",
"CRTDT":"Create date",
Expand Down

0 comments on commit b922041

Please sign in to comment.