Skip to content

Commit

Permalink
feat(Minecraft Wiki): change multiLanguage setting (#8970)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas950 authored Dec 17, 2024
1 parent 57daf34 commit bdf28b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
9 changes: 2 additions & 7 deletions websites/M/Minecraft Wiki/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"th": "ยินดีต้อนรับเข้าสู่วิกิที่มีเนื้อหาครอบคลุมที่สุดเกี่ยวกับแฟรนไชส์ Minecraft! วิกิแห่งนี้เป็นเว็บไซต์ที่ขับเคลื่อนโดยชุมชน เข้าถึงได้อย่างสาธารณะ และสามารถแก้ไขได้ ทุกคนสามารถมีส่วนร่วมในการพัฒนาวิกิแห่งนี้"
},
"url": "minecraft.wiki",
"version": "1.0.3",
"version": "1.0.4",
"logo": "https://cdn.rcd.gg/PreMiD/websites/M/Minecraft%20Wiki/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/M/Minecraft%20Wiki/assets/thumbnail.png",
"color": "#3776A9",
Expand All @@ -31,12 +31,7 @@
],
"settings": [
{
"multiLanguage": [
"google classroom",
"youtube",
"kahoot",
"apple"
],
"multiLanguage": true,
"id": "lang"
}
]
Expand Down
8 changes: 4 additions & 4 deletions websites/M/Minecraft Wiki/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function prepare(): Promise<PresenceData> {
viewAThread: "general.viewAThread",
buttonViewProfile: "general.buttonViewProfile",
editing: "general.editing",
advancedSettings: "google classroom.settings",
advancedSettings: "minecraft wiki.settings",
viewAPage: "general.viewAPage",
buttonViewPage: "general.buttonViewPage",
readingAbout: "general.readingAbout",
Expand All @@ -30,11 +30,11 @@ async function prepare(): Promise<PresenceData> {
changeProtection: "minecraft wiki.changeProtection",
viewProtection: "minecraft wiki.viewProtection",
search: "general.search",
upload: "youtube.upload",
upload: "minecraft wiki.upload",
viewContributionsOf: "minecraft wiki.viewContributionsOf",
viewRecentChanges: "minecraft wiki.viewRecentChanges",
login: "kahoot.login",
btnViewThread: "apple.btnViewThread",
login: "minecraft wiki.login",
btnViewThread: "minecraft wiki.btnViewThread",
viewWatchlist: "minecraft wiki.viewWatchlist",
}),
{
Expand Down

0 comments on commit bdf28b3

Please sign in to comment.