stable
Clone or download
Read-only
How to test: Personal timetracking widget should load its translations according to user preferences. No functional change expected. part of request #29993 Replace easygettext-loader by PO Gettext plugin Change-Id: Ic09c0ec5285056af97b2c4e01802db98c8ee5175
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/scripts/personal-timetracking-widget/jest.config.js | +2 | −2 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/package.json | +5 | −3 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/pnpm-lock.yaml | +6 | −8 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/TimetrackingWidget.test.js | +7 | −7 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.test.js | +11 | −11 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.test.js | +9 | −9 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalEditTime.test.js | +13 | −13 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.test.js | +11 | −11 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.test.js | +7 | −7 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/helpers/local-vue.js | +9 | −9 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/src/index.js | +7 | −11 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/webpack.common.js | +17 | −19 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/webpack.dev.js | +3 | −3 | Go to diff View file |
M | plugins/timetracking/scripts/personal-timetracking-widget/webpack.prod.js | +3 | −3 | Go to diff View file |