refactor: extract more strings for i18n

This commit is contained in:
Gauthier Roebroeck 2021-02-15 13:56:03 +08:00
parent 33c4f6372f
commit a3dee72a2d
2 changed files with 3 additions and 2 deletions

View file

@ -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.",

View file

@ -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"