stable

Clone or download

Read-only

Implements request #29281 Be able to init vue2-gettext with po-gettext-plugin

How to test: - In a project with Git service active, go to Project Administration > Permissions > Per Group - When you click the "See all permissions" button, the Vue app is loaded and works as before. No other functional change expected. Change-Id: Ia13c07e2acdd02ff8c614bfdb8275afb59b02b88

Modified Files

Name
M lib/frontend/vue2-gettext-init/package.json +0 −1 Go to diff View file
A lib/frontend/vue2-gettext-init/src/formatter.test.ts +135 −0 Go to diff View file
R tools/utils/scripts/gettext/compile.js Go to diff View file
M lib/frontend/vue2-gettext-init/src/main.test.ts +115 −38 Go to diff View file
M lib/frontend/vue2-gettext-init/src/main.ts +65 −18 Go to diff View file
M lib/frontend/vue3-gettext-init/src/main.test.ts +18 −7 Go to diff View file
M lib/frontend/vue3-gettext-init/src/main.ts +36 −25 Go to diff View file
M package.json +1 −0 Go to diff View file
M plugins/git/include/gitPlugin.php +3 −3 Go to diff View file
M plugins/git/scripts/permissions-per-group/package.json +2 −2 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/index.ts +6 −9 Go to diff View file
R plugins/git/scripts/permissions-per-group/webpack.dev.mjs Go to diff View file
D plugins/git/scripts/permissions-per-group/webpack.common.mjs +0 −54 Go to diff View file
D plugins/git/scripts/permissions-per-group/webpack.prod.mjs +0 −23 Go to diff View file
M pnpm-lock.yaml +2 −0 Go to diff View file
M tools/utils/scripts/easygettext-loader.js +14 −2 Go to diff View file