owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
432 stars 159 forks source link

Possible `$ngettext` problem #11088

Closed pascalwengerter closed 3 months ago

pascalwengerter commented 3 months ago

Steps to reproduce

  1. Switch language to German and start creating a link share for a file/folder
  2. Shut down backend while on "create link" modal, add password and click "create"
  3. See only partially translated error popup
Screenshot 2024-06-24 at 14 19 58

Expected behavior

Fully translated error popup

Actual behavior

Only partially translated error popup via https://github.com/owncloud/web/blob/226058908e4c669c675f7f57d55f687b78104ed3/packages/web-pkg/src/composables/actions/files/useFileActionsCreateLink.ts#L74

JammingBen commented 3 months ago

Can't reproduce this 🤔

image

Which version are you on? Is Failed to create link present in one of the translation.json files?

pascalwengerter commented 3 months ago

Rebased my branch, can't reproduce anymore myself 🥴 sorry for the noise