generated from Seekra/repository-template
Replace hard-coded settings link text in the footer with a translation
This commit is contained in:
@@ -15,6 +15,10 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<script setup>
|
||||
import { useI18n } from 'vue-i18n';
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
const startYear = 2026
|
||||
const currentYear = new Date().getFullYear()
|
||||
|
||||
@@ -29,7 +33,9 @@ const copyrightPeriod =
|
||||
<template>
|
||||
<footer class="global-footer">
|
||||
<div class="footer-segment">
|
||||
<RouterLink to="settings">Settings</RouterLink>
|
||||
<RouterLink to="settings">
|
||||
{{ t('preferences.settings') }}
|
||||
</RouterLink>
|
||||
</div>
|
||||
<div class="footer-segment">
|
||||
<div class="copyright-note">
|
||||
|
||||
Reference in New Issue
Block a user