feat: display release dates for theatrical, digital, and physical release types (#1492)

* feat: display release dates for theatrical, digital, and physical release types

* fix(ui): use disc icon for physical release

* style: reformat to make new version of Prettier happy
This commit is contained in:
TheCatLady
2021-10-08 09:27:07 -04:00
committed by GitHub
parent 50ce198471
commit a4dca2356b
3 changed files with 87 additions and 30 deletions

View File

@@ -80,7 +80,7 @@
"components.MovieDetails.play4konplex": "Play in 4K on Plex",
"components.MovieDetails.playonplex": "Play on Plex",
"components.MovieDetails.recommendations": "Recommendations",
"components.MovieDetails.releasedate": "Release Date",
"components.MovieDetails.releasedate": "{releaseCount, plural, one {Release Date} other {Release Dates}}",
"components.MovieDetails.revenue": "Revenue",
"components.MovieDetails.runtime": "{minutes} minutes",
"components.MovieDetails.showless": "Show Less",