mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(lang): fix singular form of season count (#1080)
This commit is contained in:
@@ -72,7 +72,7 @@ const messages = defineMessages({
|
|||||||
markavailable: 'Mark as Available',
|
markavailable: 'Mark as Available',
|
||||||
mark4kavailable: 'Mark 4K as Available',
|
mark4kavailable: 'Mark 4K as Available',
|
||||||
allseasonsmarkedavailable: '* All seasons will be marked as available.',
|
allseasonsmarkedavailable: '* All seasons will be marked as available.',
|
||||||
seasons: '{seasonCount} Seasons',
|
seasons: '{seasonCount, plural, one {# Season} other {# Seasons}}',
|
||||||
});
|
});
|
||||||
|
|
||||||
interface TvDetailsProps {
|
interface TvDetailsProps {
|
||||||
|
@@ -631,7 +631,7 @@
|
|||||||
"components.TvDetails.playonplex": "Play on Plex",
|
"components.TvDetails.playonplex": "Play on Plex",
|
||||||
"components.TvDetails.recommendations": "Recommendations",
|
"components.TvDetails.recommendations": "Recommendations",
|
||||||
"components.TvDetails.recommendationssubtext": "If you liked {title}, you might also like…",
|
"components.TvDetails.recommendationssubtext": "If you liked {title}, you might also like…",
|
||||||
"components.TvDetails.seasons": "{seasonCount} Seasons",
|
"components.TvDetails.seasons": "{seasonCount, plural, one {# Season} other {# Seasons}}",
|
||||||
"components.TvDetails.showtype": "Show Type",
|
"components.TvDetails.showtype": "Show Type",
|
||||||
"components.TvDetails.similar": "Similar Series",
|
"components.TvDetails.similar": "Similar Series",
|
||||||
"components.TvDetails.similarsubtext": "Other series similar to {title}",
|
"components.TvDetails.similarsubtext": "Other series similar to {title}",
|
||||||
|
Reference in New Issue
Block a user