Skip to content

Commit

Permalink
Add "transcribed" option into config
Browse files Browse the repository at this point in the history
  • Loading branch information
airenas committed May 24, 2023
1 parent 4cae3f3 commit 6b6c1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synthesis-web/src/app/synthesis/synthesis.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<mat-select [(value)]="textFormat">
<mat-option value="normalized" matTooltip="Normalizuotas">Normalizuotas</mat-option>
<mat-option value="accented" matTooltip="Kirčiuotas">Kirčiuotas</mat-option>
<mat-option value="transcribed" matTooltip="Transkribuotas">Transkribuotas</mat-option>
</mat-select>
</mat-form-field>
</div>
Expand Down

0 comments on commit 6b6c1cb

Please sign in to comment.