stable

Clone or download

Read-only

refactor: replace translate directives by gettext

part of request #41095 Migrate plugin-program-management-iterations to Vue 3 No functional change expected. Why? The v-translate and translate Vue directives are deprecated and removed in Vue 3. This is mandatory for the conversion. The snapshot test broke, so it was removed. It is more effectively replaced by limited assertions that will not break when we change a CSS class or a translated string. Change-Id: I75df6ad209217b803f24b5b19e9c9c45746c6af1

Modified Files

Name
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationCard.vue +1 −1 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/PlannedIterationsSection.test.ts +3 −1 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/PlannedIterationsSection.vue +5 −6 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Backlog/ToBePlanned/IterationsToBePlannedSection.vue +6 −2 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Breadcrumb.test.ts +6 −3 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/Breadcrumb.vue +2 −2 Go to diff View file
D plugins/program_management/scripts/planned-iterations/src/components/__snapshots__/Breadcrumb.test.ts.snap +0 −65 Go to diff View file