stable
Clone or download
Read-only
Part of request #31168 Migration Vue2 => Vue3 Replace all <translate> and `v-translate` by standard gettext usage. This allow us to start converting git/repositories-list to Vue3. I've updated the snapshots because some tests use `expect(wrapper).toMatchSnapshot()`. No functional change everything is still translated Change-Id: Id7ca6532dddef4973878e7833e7e3a68b644dace
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/scripts/repositories-list/po/fr_FR.po | +11 | −19 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/ActionBar.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/ActionBar/JenkinsServers.vue | +19 | −10 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/ActionBar/SelectOwner.vue | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/ActionBar/__snapshots__/JenkinsServers.test.ts.snap | +3 | −7 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/ActionBar/__snapshots__/SelectOwner.test.ts.snap | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/AddGitlabRepositoryActionButton.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/App.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/DropdownActionButton.vue | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/FilterEmptyState.vue | +4 | −4 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitBreadcrumbs.vue | +3 | −3 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitLabAdministration.vue | +5 | −5 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitRepositoryCreate.vue | +9 | −8 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitlabModal/ArtifactClosureModal/ArtifactClosureModal.vue | +8 | −7 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitlabModal/CreateBranchPrefix/CreateBranchPrefixModal.vue | +9 | −6 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitlabModal/CreateGitlabLinkModal/CredentialsFormModal.vue | +10 | −9 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitlabModal/CreateGitlabLinkModal/GitlabRepositoryModal.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitlabModal/CreateGitlabLinkModal/ListRepositoriesModal.vue | +9 | −8 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitlabModal/EditAccessTokenGitlabModal/AccessTokenFormModal.vue | +6 | −6 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitlabModal/EditAccessTokenGitlabModal/ConfirmReplaceTokenModal.vue | +3 | −3 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitlabModal/EditAccessTokenGitlabModal/EditAccessTokenGitlabModal.vue | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitlabModal/RegenerateGitlabWebhookModal/RegenerateGitlabWebhook.vue | +23 | −21 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/GitlabModal/UnlinkGitlabRepositoryModal/UnlinkRepositoryGitlabModal.vue | +3 | −3 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/NoRepositoryEmptyState.vue | +4 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/PullRequestBadge.vue | +12 | −8 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/__snapshots__/DropdownActionButton.test.ts.snap | +6 | −10 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/__snapshots__/GitBreadCrumbs.test.ts.snap | +4 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories-list/src/components/__snapshots__/PullRequestBadge.test.ts.snap | +1 | −5 | Go to diff View file |