Skip to content

Commit

Permalink
feat(TwitCasting): update multiLanguage setting (#8971)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas950 authored Dec 17, 2024
1 parent 484d134 commit 57daf34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
7 changes: 2 additions & 5 deletions websites/T/TwitCasting/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"url": "twitcasting.tv",
"regExp": "([a-z0-9]+[.])?twitcasting[.]tv",
"version": "1.0.15",
"version": "1.0.16",
"logo": "https://cdn.rcd.gg/PreMiD/websites/T/TwitCasting/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/T/TwitCasting/assets/thumbnail.png",
"color": "#0280FC",
Expand All @@ -25,10 +25,7 @@
"settings": [
{
"id": "lang",
"multiLanguage": [
"twitch",
"youtube"
]
"multiLanguage": true
},
{
"id": "privacy",
Expand Down
12 changes: 6 additions & 6 deletions websites/T/TwitCasting/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ const presence = new Presence({
watchingLive: "general.watchingLive",
watchingVid: "general.watchingVid",
viewCategory: "general.viewCategory",
viewTheir: "twitch.viewTheir",
followList: "twitch.followList",
dashboardManage: "twitch.dashboardManage",
subs: "twitch.subs",
browsingVideos: "youtube.browsingVideos",
ofChannel: "youtube.ofChannel",
viewTheir: "twitcasting.viewTheir",
followList: "twitcasting.followList",
dashboardManage: "twitcasting.dashboardManage",
subs: "twitcasting.subs",
browsingVideos: "twitcasting.browsingVideos",
ofChannel: "twitcasting.ofChannel",
searchFor: "general.searchFor",
searchSomething: "general.searchSomething",
search: "general.search",
Expand Down

0 comments on commit 57daf34

Please sign in to comment.