Updated localization. Fixed my own bug...

This commit is contained in:
DimitriDR
2023-01-07 20:50:07 +01:00
parent 6b376f1dad
commit d3ced73cf3
6 changed files with 13 additions and 27 deletions

View File

@@ -7,10 +7,10 @@
Using: {{ $store.state.currentConfigInfo.confPath }}
</span>
<span>
Developed by <a :href="authorUrl">{{authorName}}</a>.
Licensed under <a :href="licenseUrl">{{license}}</a>
{{ $t('footer.dev-by') }} <a :href="authorUrl">{{authorName}}</a>.
{{ $t('footer.licensed-under') }} <a :href="licenseUrl">{{license}}</a>
{{ showCopyright? '©': '' }} {{date}}.
Get the <a :href="repoUrl">Source Code</a>.
{{ $t('footer.get-the') }} <a :href="repoUrl">{{ $t('footer.source-code') }}</a>.
</span>
</footer>
</template>