Skip to content

Commit

Permalink
Add featured vidoes to lang file
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-A-Normal-Robot committed May 13, 2024
1 parent fbda647 commit f38a3cf
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions data/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ export default {
"19 lines (S9)",
"21 lines (GM+)",
"23 lines (TM+)"
]
],
featured_video: "https://www.youtube.com/embed/i31ku9TaV9w"
},
construct_checker: {
title: "Construct",
Expand All @@ -157,7 +158,8 @@ export default {
"4 lines (Grade 6)",
"7 lines (Grade 3)",
"10 lines (Grade S1)"
]
],
featured_video: "https://www.youtube.com/embed/G4cRDeAYdUk"
},
dig_10l: {
title: "Dig",
Expand Down Expand Up @@ -1080,7 +1082,8 @@ export default {
"26 PCs",
"42 PCs",
"50 PCs"
]
],
featured_video: "https://www.youtube.com/embed/XoNR8v6GL10"
},
pc_n: {
title: "PC Challenge",
Expand Down Expand Up @@ -1249,7 +1252,8 @@ export default {
"15 TSDs",
"18 TSDs",
"20 TSDs"
]
],
featured_video: "https://www.youtube.com/embed/Dxh9WglgIiw"
},
tsd_h: {
title: "TSD Challenge",
Expand All @@ -1275,7 +1279,8 @@ export default {
"16 TSDs",
"18 TSDs",
"20 TSDs"
]
],
featured_video: "https://www.youtube.com/embed/BWlD4Kzk7B4"
},
backfire_n: {
title: "Backfire",
Expand Down Expand Up @@ -1379,7 +1384,8 @@ export default {
"26,000 score",
"50,000 score",
"62,000 score"
]
],
featured_video: "https://www.youtube.com/embed/6NHaGcdDqFo"
},
infinite: {
title: "Infinite",
Expand Down Expand Up @@ -1748,7 +1754,8 @@ export default {
title: "Stack (v4)",
subtitle: "EASY",
description: "Pack them!",
version_info: "v0.16.5 - v0.17.4"
version_info: "v0.16.5 - v0.17.4",
featured_video: "https://www.youtube.com/embed/gheifZQt6tk"
},
stack_v4_u: {
title: "Stack (v4)",
Expand Down

0 comments on commit f38a3cf

Please sign in to comment.