mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(frontend): add i18n for request text on titlecard
This commit is contained in:
@@ -6,6 +6,7 @@ const globalMessages = defineMessages({
|
||||
processing: 'Processing',
|
||||
unavailable: 'Unavailable',
|
||||
requested: 'Requested',
|
||||
request: 'Request',
|
||||
failed: 'Failed',
|
||||
pending: 'Pending',
|
||||
declined: 'Declined',
|
||||
|
||||
@@ -421,6 +421,7 @@
|
||||
"i18n.partiallyavailable": "Partially Available",
|
||||
"i18n.pending": "Pending",
|
||||
"i18n.processing": "Processing…",
|
||||
"i18n.request": "Request",
|
||||
"i18n.requested": "Requested",
|
||||
"i18n.retry": "Retry",
|
||||
"i18n.tvshows": "Series",
|
||||
|
||||
Reference in New Issue
Block a user