feat: Better in app video player

This commit is contained in:
Christian Pauly 2021-12-27 09:35:07 +01:00
commit 8a371d53b9
8 changed files with 145 additions and 199 deletions

View file

@ -2669,5 +2669,12 @@
"unsubscribeStories": "Unsubscribe stories",
"thisUserHasNotPostedAnythingYet": "This user has not posted anything in their story yet",
"yourStory": "Your story",
"replyHasBeenSent": "Reply has been sent"
"replyHasBeenSent": "Reply has been sent",
"videoWithSize": "Video ({size})",
"@videoWithSize": {
"type": "text",
"placeholders": {
"size": {}
}
}
}