Skip to content

Commit

Permalink
fix: add block reason mapping
Browse files Browse the repository at this point in the history
Added `Dieser Inhalt ist noch nicht verfügbar`to the list of possible START_DATE
content restriction messages.
  • Loading branch information
jboix committed Feb 5, 2025
1 parent 6649ad0 commit d488aec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ internal enum class ContentRestriction(
listOf(
"This content is not available yet.",
"This content is not yet available. Please try again later.",
"Dieser Inhalt ist noch nicht verfügbar.",
"Dieser Inhalt ist noch nicht verfügbar. Bitte probieren Sie es später noch einmal.",
"Ce contenu n'est pas encore disponible. Veuillez réessayer plus tard.",
"Il contenuto non è ancora disponibile. Per cortesia prova più tardi.",
Expand Down

0 comments on commit d488aec

Please sign in to comment.