nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.51k stars 4.08k forks source link

[Bug]: File list filter by "People" button localization issue #48733

Closed falghamdi125 closed 1 month ago

falghamdi125 commented 1 month ago

⚠️ This issue respects the following points: ⚠️

Bug description

FileListFilter translation does not get the People button translation from the correct source. Currently, the files_sharing app tries to get the account filter button from files app but the needed string is added to files_sharing locale files.

image

Steps to reproduce

  1. Change the interface language to any language other than English.

Expected behavior

Get the string for the designated locale file.

Nextcloud Server version

master

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.2

Web server

None

Database engine version

None

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

susnux commented 1 month ago

Thank you for your report, I could reproduce it.

falghamdi125 commented 1 month ago

Fix #48688