TeamNewPipe/NewPipe

Upload Date in StreamInfoItem with Error from PrettyTime Conversion in German

Open

#6,050 创建于 2021年4月11日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)Java (3,577 fork)batch import
bugdependencyhelp wanted

仓库指标

Star
 (38,153 star)
PR 合并指标
 (平均合并 9天 17小时) (30 天内合并 17 个 PR)

描述

Checklist

Steps to reproduce the bug

As the Image shows, if you open any View containing several StreamInfos, some of them have a bad PrettyTime conversion.

Expected behavior

In German (and other languages), the date is expressed with a certain gramatical case. So if the video was made 2 months ago, the date would have to be translated to "vor 2 Monaten". This suffix only appears with the plural of the word so "1 month ago" would translate to "vor 1 Monat" without the n.

Actual behaviour

The upload date is wrongly declinated in a way that it also receives the case suffix if the unit for the date is singular. "1 month ago" -> "vor 1 Monatn" This actually only happens with part of the dates as seen in the example picture.

Screenshots/Screen recordings

MonatnDateIssue

Logs

No Logs available

Device info

  • Android version/Custom ROM version: Android 10
  • Device model: Android Emulator (Nexus 5X)

贡献者指南