Add translation support
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
<script lang="ts">
|
||||
import SearchBar from './SearchBar.vue'
|
||||
import LanguageSwitcher from './LanguageSwitcher.vue'
|
||||
export default {
|
||||
components: {
|
||||
SearchBar
|
||||
SearchBar,
|
||||
LanguageSwitcher
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@ -18,8 +20,9 @@ export default {
|
||||
</div>
|
||||
|
||||
<ul class="inline-flex space-x-6 font-medium">
|
||||
<a href="https://codeberg.org/dragongoose/safetwitch">Code</a>
|
||||
<router-link to="/privacy">Privacy</router-link>
|
||||
<a href="https://codeberg.org/dragongoose/safetwitch">{{ $t("nav.code") }}</a>
|
||||
<router-link to="/privacy">{{ $t("nav.privacy") }}</router-link>
|
||||
<language-switcher></language-switcher>
|
||||
</ul>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user