feat: init i18n with gitlocalize

This commit is contained in:
liyasthomas
2021-08-16 14:18:45 +05:30
parent 33d05eaa77
commit bf0278aa00
9 changed files with 105 additions and 118 deletions

View File

@@ -113,12 +113,12 @@
</template>
<script lang="ts">
import Vue, { PropType } from "vue"
import clone from "lodash/clone"
import { defineComponent, PropType } from "@nuxtjs/composition-api"
import type { Environment } from "~/newstore/environments"
import { updateEnvironment } from "~/newstore/environments"
export default Vue.extend({
export default defineComponent({
props: {
show: Boolean,
editingEnvironment: {