Skip to content

Commit

Permalink
Merge pull request #106 from GabsEdits/links
Browse files Browse the repository at this point in the history
fix:[#117] Translation Page: Updated & Fixed Links
  • Loading branch information
mirkobrombin authored Aug 25, 2023
2 parents 3832088 + a577541 commit cce54ee
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,4 @@ export default defineComponent({
},
},
});
</script>
</script>
4 changes: 2 additions & 2 deletions src/views/get-involved/Spread.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default defineComponent({
return {
officialAssets: [
{
to: "https://vanillaos.org",
to: "https://www.youtube.com/live/hv-bkYpHSbQ&t=621",
extLink: true,
type: 'clickable',
icon: 'co_present',
Expand Down Expand Up @@ -369,4 +369,4 @@ export default defineComponent({
},
});
</script>


38 changes: 19 additions & 19 deletions src/views/get-involved/Translate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ export default defineComponent({
title: 'Source Code',
icon: 'code',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://github.com/vanilla-os/first-setup/';
},
},
{
title: 'Translate',
icon: 'translate',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/first-setup/';
},
},
],
Expand All @@ -46,14 +46,14 @@ export default defineComponent({
title: 'Source Code',
icon: 'code',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://github.com/Vanilla-OS/vanilla-installer/';
},
},
{
title: 'Translate',
icon: 'translate',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/installer/';
},
},
],
Expand All @@ -69,14 +69,14 @@ export default defineComponent({
title: 'Source Code',
icon: 'code',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/vanilla-drivers-utility/';
},
},
{
title: 'Translate',
icon: 'translate',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://github.com/Vanilla-OS/vanilla-drivers-utility';
},
},
],
Expand All @@ -92,14 +92,14 @@ export default defineComponent({
title: 'Source Code',
icon: 'code',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://github.com/Vanilla-OS/vanilla-prime-utility';
},
},
{
title: 'Translate',
icon: 'translate',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/vanilla-prime-utility/';
},
},
],
Expand All @@ -115,14 +115,14 @@ export default defineComponent({
title: 'Source Code',
icon: 'code',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://github.com/vanilla-os/apx/';
},
},
{
title: 'Translate',
icon: 'translate',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/apx/';
},
},
],
Expand All @@ -138,14 +138,14 @@ export default defineComponent({
title: 'Source Code',
icon: 'code',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://github.com/Vanilla-OS/apx-gui/';
},
},
{
title: 'Translate',
icon: 'translate',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/apx-gui/';
},
},
],
Expand All @@ -161,14 +161,14 @@ export default defineComponent({
title: 'Source Code',
icon: 'code',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://github.com/Vanilla-OS/ABRoot/';
},
},
{
title: 'Translate',
icon: 'translate',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/abroot/';
},
},
],
Expand All @@ -184,14 +184,14 @@ export default defineComponent({
title: 'Source Code',
icon: 'code',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://github.com/Vanilla-OS/vanilla-system-operator';
},
},
{
title: 'Translate',
icon: 'translate',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/vanilla-system-operator/';
},
},
],
Expand All @@ -206,14 +206,14 @@ export default defineComponent({
title: 'Source Code',
icon: 'code',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://github.com/Vanilla-OS/Ikaros/';
},
},
{
title: 'Translate',
icon: 'translate',
onClick: () => {
this.$router.push({ name: 'faq' });
window.location.href = 'https://hosted.weblate.org/projects/vanilla-os/Ikaros/';
},
},
],
Expand All @@ -223,4 +223,4 @@ export default defineComponent({
},
});
</script>


0 comments on commit cce54ee

Please sign in to comment.