Replace gettext with i18n

This commit is contained in:
wvffle 2022-09-08 14:32:45 +00:00 committed by Kasper Seweryn
commit ebea32faf9
197 changed files with 2621 additions and 2930 deletions

View file

@ -6,7 +6,6 @@ import HumanDate from '~/components/common/HumanDate.vue'
import moxios from 'moxios'
import { shallowMount } from '@vue/test-utils'
import { gettext } from '~/init/locale'
import { sleep } from '?/utils'
import router from '~/router'
@ -39,7 +38,7 @@ describe('views/admin/library', () => {
},
global: {
stubs: { DangerousButton, HumanDate, SanitizedHtml },
plugins: [gettext, router, store]
plugins: [router, store]
}
})