Skip to content

Conversation

@AlexAndBear
Copy link
Contributor

Description

Related Issue

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Types of changes

  • Bugfix
  • Enhancement (a change that doesn't break existing code or deployments)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

Copilot AI review requested due to automatic review settings July 8, 2025 15:32
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR standardizes inline entity names by replacing straight quotation marks with guillemet-style quotes (»…«) across UI messages and tests.

  • Replaced "%{name}" with guillemet syntax »%{name}« in gettext and ngettext calls
  • Updated corresponding unit tests to expect the new quote style

Reviewed Changes

Copilot reviewed 21 out of 21 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
packages/web-pkg/tests/unit/composables/actions/helpers/useIsResourceNameValid.spec.ts Updated expected error messages to use guillemet quotes
packages/web-pkg/src/helpers/resource/conflictHandling/transfer.ts Replaced straight quotes in failure titles
packages/web-pkg/src/composables/actions/spaces/useSpaceActionsSetIcon.ts Swapped quotes around space name
packages/web-pkg/src/composables/actions/spaces/useSpaceActionsRestore.ts Updated quotes in restore success/failure titles and prompts
packages/web-pkg/src/composables/actions/spaces/useSpaceActionsEditQuota.ts Swapped quotes in quota edit title
packages/web-pkg/src/composables/actions/spaces/useSpaceActionsDuplicate.ts Replaced quotes in duplicate success/failure messages
packages/web-pkg/src/composables/actions/spaces/useSpaceActionsDisable.ts Updated quotes in disable success/failure titles and modal prompts
packages/web-pkg/src/composables/actions/spaces/useSpaceActionsDeleteImage.ts Swapped quotes in delete-image modal
packages/web-pkg/src/composables/actions/spaces/useSpaceActionsDelete.ts Replaced quotes in delete-space messages and prompts
packages/web-pkg/src/composables/actions/helpers/useIsResourceNameValid.ts Updated conflict error message quoting
packages/web-pkg/src/composables/actions/helpers/useFileActionsDeleteResources.ts Swapped quotes in delete-resources titles
packages/web-pkg/src/composables/actions/files/useFileActionsRename.ts Updated rename failure and modal titles
packages/web-pkg/src/composables/actions/files/useFileActionsEmptyTrashBin.ts Replaced quotes in empty-trash-bin modal
packages/web-pkg/src/composables/actions/files/useFileActionsCreateSpaceFromResource.ts Swapped quotes in create-space prompts
packages/web-pkg/src/composables/actions/files/useFileActionsCreateLink.ts Updated quotes in copy-link modal
packages/web-pkg/src/components/Modals/ResourceConflictModal.vue Replaced quotes in conflict messages
packages/web-pkg/src/components/CreateShortcutModal.vue Swapped quotes in shortcut name error
packages/web-app-files/src/composables/actions/spaces/useSpaceActionsUploadImage.ts Updated title to include space name
packages/web-app-external/src/App.vue Replaced quotes in export/save modals
packages/web-app-admin-settings/src/composables/actions/users/useUserActionsEditQuota.ts Swapped quotes in user quota title
packages/web-app-admin-settings/src/composables/actions/groups/useGroupActionsDelete.ts Updated quotes in group delete titles and prompts

AlexAndBear and others added 4 commits July 8, 2025 21:26
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

@JammingBen JammingBen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's hope the translation sync finally does its job at the end of the sprint 😄

@AlexAndBear AlexAndBear merged commit ca5eb14 into main Jul 9, 2025
23 checks passed
@AlexAndBear AlexAndBear deleted the issues/911 branch July 9, 2025 14:01
@openclouders openclouders mentioned this pull request Jul 10, 2025
1 task
@openclouders openclouders mentioned this pull request Jul 21, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consistent entity names in continuous text

4 participants