mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Add guest actors to episode view (#299)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
71eab225f9
commit
7a50e0cb0f
7 changed files with 55 additions and 7 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue