feat: init new i18n format

This commit is contained in:
liyasthomas
2021-08-02 20:57:18 +05:30
parent 8a268ee6de
commit b615fe7529
66 changed files with 476 additions and 428 deletions

View File

@@ -108,7 +108,7 @@
<ButtonPrimary class="rounded-l-none" icon="keyboard_arrow_down" />
</template>
<SmartItem
:label="$t('import_curl')"
:label="$t('import.curl')"
icon="import_export"
@click.native="
showCurlImportModal = !showCurlImportModal
@@ -116,7 +116,7 @@
"
/>
<SmartItem
:label="$t('show_code')"
:label="$t('show.code')"
icon="code"
@click.native="
showCodegenModal = !showCodegenModal
@@ -167,7 +167,7 @@
/>
<SmartItem
ref="copyRequest"
:label="$t('copy_request_link')"
:label="$t('request.copy_link')"
:icon="hasNavigatorShare ? 'share' : 'content_copy'"
@click.native="
copyRequest()
@@ -176,7 +176,7 @@
/>
<SmartItem
ref="saveRequest"
:label="$t('save_to_collections')"
:label="$t('request.save_as')"
icon="create_new_folder"
@click.native="
showSaveRequestModal = true