chore: Use "Page x of y" instead of "x pages left"

This commit is contained in:
nzoba 2024-09-05 08:33:49 +07:00 committed by Ahmad Ansori Palembani
parent 38db95b6de
commit 942ca851d5
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 8 additions and 19 deletions

View file

@ -10,11 +10,6 @@
<item quantity="other">%1$s chapters</item>
</plurals>
<plurals name="pages_left">
<item quantity="one">%1$d page left</item>
<item quantity="other">%1$d pages left</item>
</plurals>
<plurals name="category_plural">
<item quantity="one">%d category</item>
<item quantity="other">%d categories</item>

View file

@ -72,6 +72,7 @@
<string name="last_read_chapter_">Last read Chapter %1$s</string>
<string name="chapter_">Chapter %1$s</string>
<string name="chapter_x_of_y">Chapter %1$d of %2$d</string>
<string name="page_x_of_y">Page %1$d of %2$d</string>
<string name="all_chapters_read">All chapters read</string>
<string name="bookmarked">Bookmarked</string>
<string name="not_bookmarked">Not bookmarked</string>