stable

Clone or download

Read-only

Create @tuleap/vue3-gettext-init lib

This library will be used by Vue 3 apps to init their Gettext provider. For now this library is not directly used since we need an app using Vue 3 and Gettext. Some changes might be made to it once we start really using it. Part of request #25365: Migrate the TestPlan plugin to Vue 3 Change-Id: I72abadeb3783275c8a8c5fdb30b3ed44d299811d

Modified Files

Name
A src/scripts/lib/vue3-gettext-init/.gitignore +1 −0 Go to diff View file
A src/scripts/lib/vue3-gettext-init/README.md +51 −0 Go to diff View file
A src/scripts/lib/vue3-gettext-init/jest.config.js +26 −0 Go to diff View file
A src/scripts/lib/vue3-gettext-init/package.json +31 −0 Go to diff View file
A src/scripts/lib/vue3-gettext-init/pnpm-lock.yaml +512 −0 Go to diff View file
A src/scripts/lib/vue3-gettext-init/src/main.test.ts +79 −0 Go to diff View file
A src/scripts/lib/vue3-gettext-init/src/main.ts +58 −0 Go to diff View file
A src/scripts/lib/vue3-gettext-init/tsconfig.json +8 −0 Go to diff View file
A src/scripts/lib/vue3-gettext-init/vite.config.ts +40 −0 Go to diff View file