chore: i18n front end JSON based updates

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-02-23 15:45:59 +05:30
parent 66a3453cd6
commit 66843c037a
77 changed files with 286 additions and 144 deletions

View File

@@ -29,7 +29,8 @@
icon="refresh"
@click="loadViewList()"
>
Reload
<!-- Reload -->
{{ $t('general.reload') }}
</x-btn>
<x-btn
outlined
@@ -41,7 +42,8 @@
icon="save"
@click="save()"
>
Save
<!-- Save -->
{{ $t('general.save') }}
</x-btn>
</v-toolbar>