mirror of
https://github.com/gotson/komga.git
synced 2025-12-24 17:35:03 +01:00
refactor: extract more strings for i18n
This commit is contained in:
parent
33c4f6372f
commit
a3dee72a2d
2 changed files with 3 additions and 2 deletions
|
|
@ -49,7 +49,8 @@
|
|||
"webtoon": "Webtoon",
|
||||
"scale_type": "Scale type",
|
||||
"side_padding": "Side padding",
|
||||
"page_layout": "Page layout"
|
||||
"page_layout": "Page layout",
|
||||
"paged": "Paged"
|
||||
},
|
||||
"beginning_of_book": "You're at the beginning of the book.",
|
||||
"move_previous": "Click or press previous again to move to the previous book.",
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@
|
|||
</div>
|
||||
|
||||
<div v-if="!continuousReader">
|
||||
<v-subheader class="font-weight-black text-h6">Paged</v-subheader>
|
||||
<v-subheader class="font-weight-black text-h6">{{ $t('bookreader.settings.paged') }}</v-subheader>
|
||||
<v-list-item>
|
||||
<settings-select
|
||||
:items="scaleTypes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue