stable

Clone or download

Read-only

chore: Add translation mechanism

This is part of story #26803 create Tuleap Git branch & pull request from artifact The title on the modal must be translated regaring the user's locale. No other functional change expected. Change-Id: I6ca2791a906e9d3c3c27c2ce0b8ba89906d6044b

Modified Files

Name
M plugins/git/build-manifest.json +6 −0 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/package.json +4 −1 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/pnpm-lock.yaml +329 −6 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/po/fr_FR.po +10 −0 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/po/pt_BR.po +10 −0 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/src/components/Main.vue +3 −1 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/src/modal.ts +13 −1 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/webpack.common.js +8 −1 Go to diff View file