language strings updates

This commit is contained in:
Čarodej
2022-03-20 12:12:09 +01:00
parent 98d9f3ab0d
commit 881facc867
121 changed files with 1729 additions and 1400 deletions

View File

@@ -13,7 +13,7 @@
<div class="mb-auto">
<!--Locations-->
<ContentGroup :title="$t('Base')">
<ContentGroup :title="$t('base')">
<b
@click="goHome"
class="flex cursor-pointer items-center py-2.5"
@@ -21,7 +21,7 @@
>
<home-icon size="17" class="vue-feather icon-active mr-2.5" />
<small class="text-active text-xs font-bold">
{{ $t('Home') }}
{{ $t('home') }}
</small>
</b>
</ContentGroup>