mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
chore(links): add weblate link to footer and update data display tool
This commit is contained in:
@@ -86,6 +86,13 @@
|
|||||||
>{{ $t('companyContribute') }}
|
>{{ $t('companyContribute') }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://translate.habitica.com/"
|
||||||
|
target="_blank"
|
||||||
|
>{{ $t('translateHabitica') }}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- Support -->
|
<!-- Support -->
|
||||||
@@ -815,7 +822,7 @@ export default {
|
|||||||
...mapState({ user: 'user.data' }),
|
...mapState({ user: 'user.data' }),
|
||||||
...mapState(['isUserLoaded']),
|
...mapState(['isUserLoaded']),
|
||||||
getDataDisplayToolUrl () {
|
getDataDisplayToolUrl () {
|
||||||
const base = 'https://oldgods.net/habitrpg/habitrpg_user_data_display.html';
|
const base = 'https://tools.habitica.com/';
|
||||||
if (!this.user) return null;
|
if (!this.user) return null;
|
||||||
return `${base}?uuid=${this.user._id}`;
|
return `${base}?uuid=${this.user._id}`;
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -340,7 +340,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
v-once
|
v-once
|
||||||
href="https://oldgods.net/habitrpg/habitrpg_user_data_display.html"
|
href="https://tools.habitica.com/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>{{ $t('dataDisplayTool') }}</a>
|
>{{ $t('dataDisplayTool') }}</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -179,5 +179,6 @@
|
|||||||
"signup": "Sign Up",
|
"signup": "Sign Up",
|
||||||
"getStarted": "Get Started!",
|
"getStarted": "Get Started!",
|
||||||
"mobileApps": "Mobile Apps",
|
"mobileApps": "Mobile Apps",
|
||||||
"learnMore": "Learn More"
|
"learnMore": "Learn More",
|
||||||
|
"translateHabitica": "Translate Habitica"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user