-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(project): add live and episode tag to card
- Loading branch information
1 parent
345e04f
commit fb28192
Showing
8 changed files
with
33 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"add_to_favorites": "Add to favorites", | ||
"copied_url": "Copied url", | ||
"current_episode": "Current episode", | ||
"currently_playing": "Currently playing", | ||
"episodes": "Episodes", | ||
"favorite": "Favorite", | ||
"remove_from_favorites": "Remove from favorites", | ||
"share": "Share", | ||
"start_watching": "Start watching", | ||
"trailer": "Trailer", | ||
"share_video": "Share this video", | ||
"copied_url": "Copied url", | ||
"watch_trailer": "Watch the trailer", | ||
"currently_playing": "Currently playing", | ||
"current_episode": "Current episode", | ||
"episodes": "Episodes" | ||
"share_video": "Share this video" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
{ | ||
"add_to_favorites": "", | ||
"copied_url": "", | ||
"current_episode": "", | ||
"currently_playing": "", | ||
"episodes": "", | ||
"favorite": "", | ||
"remove_from_favorites": "", | ||
"share": "", | ||
"start_watching": "", | ||
"trailer": "", | ||
"share_video": "", | ||
"copied_url": "", | ||
"watch_trailer": "", | ||
"currently_playing": "", | ||
"current_episode": "", | ||
"episodes": "" | ||
"watch_trailer": "", | ||
"share_video": "" | ||
} |