Add a translatable name for the "stopped-reading" status shelf

This commit is contained in:
Neil Roberts 2023-04-06 11:53:17 +02:00
parent b0f90d05f2
commit 9092c9c80c

View file

@ -14,6 +14,7 @@ SHELF_NAMES = {
"to-read": _("To Read"),
"reading": _("Currently Reading"),
"read": _("Read"),
"stopped-reading": _("Stopped Reading"),
}