feature: Add guest actors to episode view (#299)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-04-05 22:19:24 +02:00 committed by GitHub
parent 71eab225f9
commit 7a50e0cb0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 55 additions and 7 deletions

View file

@ -1184,5 +1184,16 @@
"segmentActionNone": "None",
"segmentActionAskToSkip": "Ask to skip",
"segmentActionSkip": "Skip",
"loading": "Loading"
"loading": "Loading",
"castAndCrew": "Cast & Crew",
"guestActor": "{count, plural, other{Guest Actors} one{Guest Actor}}",
"@guestActor": {
"description": "Guest actors",
"placeholders": {
"count": {
"type": "int",
"example": "1"
}
}
}
}