Theme selector i18n fix

This commit is contained in:
softsimon
2024-04-09 16:08:58 +09:00
parent 61ba832dfd
commit 69c3c3162c
2 changed files with 168 additions and 124 deletions

View File

@@ -1,6 +1,6 @@
<div [formGroup]="themeForm" class="text-small text-center">
<select formControlName="theme" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" (change)="changeTheme()">
<option value="default" i18n="theme.mempool-theme">Classic</option>
<option value="contrast" i18n="theme.high-contrast">BlueMatt</option>
<option value="default" i18n="mempool-goggles.classic">Classic</option>
<option value="contrast">BlueMatt</option>
</select>
</div>