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)

貢獻者指南