More localization
This commit is contained in:
parent
ad3a1233c2
commit
e3fdc38fd6
2 changed files with 6 additions and 3 deletions
|
|
@ -33,9 +33,9 @@
|
|||
<div class="row g-0 controls">
|
||||
<label for="linespacing" class="form-label col-6">{{t('line-spacing-label')}}</label>
|
||||
<span class="col-6 float-end" style="display: inline-flex;">
|
||||
1x
|
||||
<input type="range" class="form-range ms-2 me-2" id="linespacing" min="100" max="200" step="10" formControlName="bookReaderLineSpacing" [ngbTooltip]="settingsForm.get('bookReaderLineSpacing')?.value + '%'">
|
||||
2.5x
|
||||
{{t('line-spacing-min-label')}}
|
||||
<input type="range" class="form-range ms-2 me-2" id="linespacing" min="100" max="200" step="10" formControlName="bookReaderLineSpacing" [ngbTooltip]="settingsForm.get('bookReaderLineSpacing')?.value + '%'">
|
||||
{{t('line-spacing-max-label')}}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -1163,6 +1163,9 @@
|
|||
"layout-mode-option-2col": "2 Column",
|
||||
"color-theme-title": "Color Theme",
|
||||
|
||||
"line-spacing-min-label": "1x",
|
||||
"line-spacing-max-label": "2.5x",
|
||||
|
||||
"theme-dark": "Dark",
|
||||
"theme-black": "Black",
|
||||
"theme-white": "White",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue