stable
Clone or download
Read-only
How to test: - "Create pull request" button in Git plugin should load its translations according to user preferences. - Brazilian Portuguese is not translated (still in english), but it loads the pt_BR file. part of request #29993 Replace easygettext-loader by PO Gettext plugin Change-Id: I8bef80ff78822bb2b891895dbf44900df0d08547
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/scripts/create-pullrequest-button/jest.config.js | +4 | −3 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/package.json | +4 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/pnpm-lock.yaml | +4 | −0 | Go to diff View file |
A | plugins/pullrequest/scripts/create-pullrequest-button/po/pt_BR.po | +52 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/src/index.js | +5 | −11 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/webpack.common.js | +9 | −7 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/webpack.dev.js | +3 | −3 | Go to diff View file |
M | plugins/pullrequest/scripts/create-pullrequest-button/webpack.prod.js | +3 | −3 | Go to diff View file |