Skip to content

Commit

Permalink
feat(Translation): Convert summary item inputs to translatable (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan authored Mar 19, 2024
1 parent 70d15cd commit fcd443c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@
fxLayoutAlign="start center"
class="custom-label-color-container"
>
<mat-form-field class="long-input">
<mat-label i18n>Label</mat-label>
<input
matInput
[(ngModel)]="customLabelColor.label"
(ngModelChange)="inputChange.next($event)"
/>
</mat-form-field>
<translatable-input
[content]="customLabelColor"
key="label"
label="Label"
i18n-label
(defaultLanguageTextChanged)="inputChange.next($event)"
class="long-input"
></translatable-input>
<mat-form-field class="short-input">
<mat-label i18n>Color</mat-label>
<input
Expand Down
2 changes: 1 addition & 1 deletion src/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -20713,7 +20713,7 @@ If this problem continues, let your teacher know and move on to the next activit
<source>Label</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/components/summary/summary-authoring/summary-authoring.component.html</context>
<context context-type="linenumber">138</context>
<context context-type="linenumber">140</context>
</context-group>
</trans-unit>
<trans-unit id="5323072532436410106" datatype="html">
Expand Down

0 comments on commit fcd443c

Please sign in to comment.