stable

Clone or download

Read-only

Merge commit 'refs/changes/58/27158/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: Implements request #29281 Be able to init vue2-gettext with po-gettext-plugin Change-Id: I5a544ab825f45f302ad791d2c8625d634df5c233

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