refactor: i18n

This commit is contained in:
liyasthomas
2021-08-16 23:15:06 +05:30
parent c04435108b
commit 6c3607d7e7
21 changed files with 16882 additions and 14611 deletions

View File

@@ -111,7 +111,7 @@
</AppSection>
</SmartTab>
<SmartTab :id="'headers'" :label="$t('headers')">
<SmartTab :id="'headers'" :label="$t('tab.headers')">
<AppSection label="headers">
<div
class="
@@ -127,7 +127,7 @@
"
>
<label class="font-semibold text-secondaryLight">
{{ $t("headers") }}
{{ $t("tab.headers") }}
</label>
<div class="flex">
<ButtonSecondary

View File

@@ -15,7 +15,7 @@
"
>
<label class="font-semibold text-secondaryLight">
{{ $t("response") }}
{{ $t("response.title") }}
</label>
<div class="flex">
<ButtonSecondary
@@ -62,7 +62,7 @@
<div class="flex space-x-2 pb-4">
<div class="flex flex-col space-y-4 items-end">
<span class="flex flex-1 items-center">
{{ $t("shortcut.send_request") }}
{{ $t("shortcut.request.send_request") }}
</span>
<span class="flex flex-1 items-center">
{{ $t("shortcut.general.show_all") }}