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

@@ -47,6 +47,7 @@
</v-select>-->
<!-- Create Project -->
<div class="text-center">
<v-btn
:loading="loading"
@@ -54,7 +55,7 @@
color="primary"
@click="createProject"
>
Create Project
{{ $t('activity.createProject') }}
</v-btn>
</div>
</div>