Added sorting by upload date

Spanish 'strings' contains the proper translation for the new feature.
This commit is contained in:
Lautaro Martin Emanuel
2020-05-14 23:38:19 -03:00
parent a9d16fad34
commit ee8c71c14a
6 changed files with 21 additions and 5 deletions

View File

@@ -64,6 +64,9 @@
<item
android:id="@+id/sort_by_number"
android:title="@string/sort_by_number" />
<item
android:id="@+id/sort_by_upload_date"
android:title="@string/sort_by_upload_date" />
</group>
</menu>
</item>

View File

@@ -183,6 +183,7 @@
<string name="sorting_mode">Ordenado de capítulos</string>
<string name="sort_by_source">Por fuente</string>
<string name="sort_by_number">Por número de capítulo</string>
<string name="sort_by_upload_date">Por fecha de carga</string>
<string name="manga_download">Descargar</string>
<string name="download_1">Siguiente capítulo</string>
<string name="download_5">Siguientes 5 capítulos</string>

View File

@@ -473,6 +473,7 @@
<string name="sorting_mode">Sorting mode</string>
<string name="sort_by_source">By source</string>
<string name="sort_by_number">By chapter number</string>
<string name="sort_by_upload_date">By chapter upload date</string>
<string name="manga_download">Download</string>
<string name="custom_download">Download custom amount</string>
<string name="download_1">Next chapter</string>