Skip to content

Commit

Permalink
Add more notification formats
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Jan 12, 2025
1 parent 39c78c5 commit 658c7a5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/videoBranding/notificationHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,16 @@ const notificationFormats = [
"$CHANNEL$ überträgt einen Livestream: $TITLE$",
"$CHANNEL$ ha subido: $TITLE$",
"$CHANNEL$ está emitiendo en directo: $TITLE$",
"Na kanal $CHANNEL$ został przesłany film $TITLE$"
"Na kanal $CHANNEL$ został przesłany film $TITLE$",
"$CHANNEL$ laddade upp $TITLE$",
"Na kanale $CHANNEL$ trwa premiera filmu: $TITLE$",
"Har premiär nu på $CHANNEL$: $TITLE$",
"$CHANNEL$ nadaje: $TITLE$",
"Za 30 min na kanale $CHANNEL$ premiera filmu: $TITLE$",
"Oglądaj transmisję na żywo „$TITLE$” na kanale $CHANNEL$ za 30 min",
"$CHANNEL$ est en direct : $TITLE$",
"$CHANNEL$ a mis en ligne $TITLE$",
"Première en cours sur la chaîne $CHANNEL$ : $TITLE$",
];
const channelTemplate = "$CHANNEL$";
const titleTemplate = "$TITLE$";
Expand Down

0 comments on commit 658c7a5

Please sign in to comment.