nextcloud / nextcloud/android

String "recently-edited" shown in app instead of l10n or "Edited xx time ago"

Open
#15,721 0 comments 0 reactions 0 assignees View on GitHub
0. Needs triage bug
Dominant language
Kotlin
Stars
5.6k
Forks
2k
Avg merge
2d 18h
Merged PRs (30d)
92

Description

### ⚠️ Before posting ⚠️

- [x] This is a **bug**, not a question or an enhancement.
- [x] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate.
- [x] I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
- [x] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).

### Steps to reproduce

1. Set language to Swedish (probably just not English)
2. Open android app that is connected to a instance that has the recommendations app active
3. Observe the recommended files

### Expected behaviour

It should say a time/date/time since, and it should be a l10n string. NC 32 in general has deprecated "Recently edited" in favour of "Last edited x time ago".

### Actual behaviour

Under the filename there is the text "recently-edited" (exactly as written).

![Image](https://github.com/user-attachments/assets/c4722e74-a399-45a9-8f7c-bbc21506ad28)

This string does not exist in Transifex, neither as source or translated string. The only place I find this string in the entire Nextcloud org git is here:
[src/components/RecommendedFile.vue](https://github.com/nextcloud/recommendations/blob/479524ddabc6e35e9a002eb1c31c205ebfe1e3fd/src/components/RecommendedFile.vue#L116)
[lib/Service/RecentlyEditedFilesSource.php](https://github.com/nextcloud/recommendations/blob/479524ddabc6e35e9a002eb1c31c205ebfe1e3fd/lib/Service/RecentlyEditedFilesSource.php#L21)

[(How I searched)](https://github.com/search?q=org%3Anextcloud%20recently-edited&type=code)

### Android version

15

### Device brand and model

Sony Xperia 1III

### Stock or custom OS?

Custom: LineageOS 22.2

### Nextcloud android app version

3.34.0

### Nextcloud server version

32.0.0

### Using a reverse proxy?

Yes

### Additional information

Initially reported as https://github.com/nextcloud/recommendations/issues/926, as the string only exists there.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.