nextcloud / text

📑 Collaborative document editing using Markdown
GNU Affero General Public License v3.0
546 stars 87 forks source link

[Bug]: translated readme.md (for the folder) doesn't show when switching language #5953

Open audunmb opened 3 months ago

audunmb commented 3 months ago

⚠️ This issue respects the following points: ⚠️

Bug description

Readme.md-files are saved as lesmeg.md when I use Nextcloud in Norwegian. Though, when someone uses Nextcloud in English, the lesmeg.md-file is not interpreted as a readme.md-file for that folder, and it is not shown as a description for that folder.

I guess this happens with other languages as well.

Steps to reproduce

  1. Change language setting to Norwegian
  2. Add a description to a folder (which is saved as lesmeg.md)
  3. Change language setting to English
  4. Open folder and observe that the description isn't showing.

Expected behavior

Expected behaviour is that folder descriptions are shown regardless of which language the user has.

I guess the current behaviour is the result of having an option to have translated folder descriptions, but when the result is that folder descriptions aren't shown at all if a user has a different language than what is used for the default description this is a bug.

As in my case, multilingual users will have no problem reading folder descriptions in Norwegian, despite choosing English as the default language (or vice versa).

Installation method

None

Nextcloud Server version

27

Operating system

None

PHP engine version

None

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

I'm on a hosted solution by Tab.Digital, so don't have access to all the technical details of the setup. They aren't relevant for this bug.

kesselb commented 3 months ago

Moving to the text repository as the related code is here: https://github.com/nextcloud/text/blob/main/lib/Service/WorkspaceService.php

max-nextcloud commented 3 months ago

@audunmb Thanks for your report. You have a point. We'll need to discuss how best to address this.

joshtrichards commented 1 month ago

Related: #5446