[Bug]: Date "Added" not showing in Library #3153

Closed
opened 2026-04-25 00:13:57 +02:00 by adam · 4 comments
Owner

Originally created by @ahetek on GitHub (Dec 15, 2025).

What happened?

After updating to the latest version, the date of insertion of the audiobook does not appear.

Docker: v.2.31.0
Language: Polish

Image

What did you expect to happen?

Resolve problem with displaying "Date added"

Steps to reproduce the issue

  1. Upgrade docker to version 2.31.0

Audiobookshelf version

v.2.31.0 (docker)

How are you running audiobookshelf?

Docker

What OS is your Audiobookshelf server hosted from?

Linux

If the issue is being seen in the UI, what browsers are you seeing the problem on?

Firefox

Logs


Additional Notes

No response

Originally created by @ahetek on GitHub (Dec 15, 2025). ### What happened? After updating to the latest version, the date of insertion of the audiobook does not appear. Docker: v.2.31.0 Language: Polish <img width="540" height="266" alt="Image" src="https://github.com/user-attachments/assets/9826080e-9dce-4ec8-9e78-bca0db3cfdbb" /> ### What did you expect to happen? Resolve problem with displaying "Date added" ### Steps to reproduce the issue 1. Upgrade docker to version 2.31.0 ### Audiobookshelf version v.2.31.0 (docker) ### How are you running audiobookshelf? Docker ### What OS is your Audiobookshelf server hosted from? Linux ### If the issue is being seen in the UI, what browsers are you seeing the problem on? Firefox ### Logs ```shell ``` ### Additional Notes _No response_
adam added the bug label 2026-04-25 00:13:57 +02:00
adam closed this issue 2026-04-25 00:13:57 +02:00
Author
Owner

@ahetek commented on GitHub (Dec 15, 2025):

I checked in Chromium and there is the same problem but...
The problem is with language specific.
When i change to english the "Added" date is showing...

Image

When i change back to polish the date disappear...

Image
@ahetek commented on GitHub (Dec 15, 2025): I checked in Chromium and there is the same problem but... The problem is with language specific. When i change to english the "Added" date is showing... <img width="540" height="266" alt="Image" src="https://github.com/user-attachments/assets/30c5d400-b29f-4c4c-8e75-d7f3b5272f3d" /> When i change back to polish the date disappear... <img width="540" height="266" alt="Image" src="https://github.com/user-attachments/assets/be52aca9-a6c5-48e2-bc55-77d6da5884dc" />
Author
Owner

@ahetek commented on GitHub (Dec 15, 2025):

I think, i know what is a problem.
In weblate was {0} missing in translation.
It was in english: Added {0}
But in polish was only: Dodano

I did change this translation into:

Dodano {0}

I hope it will be the solution.

@ahetek commented on GitHub (Dec 15, 2025): I think, i know what is a problem. In weblate was {0} missing in translation. It was in english: Added {0} But in polish was only: Dodano I did change this translation into: Dodano {0} I hope it will be the solution.
Author
Owner

@nichwall commented on GitHub (Dec 15, 2025):

I think, i know what is a problem.
In weblate was {0} missing in translation.
It was in english: Added {0}
But in polish was only: Dodano

I did change this translation into:

Dodano {0}

I hope it will be the solution.

Nice find. Yeah, that should fix the translation once it's merged in.

@nichwall commented on GitHub (Dec 15, 2025): > I think, i know what is a problem. > In weblate was {0} missing in translation. > It was in english: Added {0} > But in polish was only: Dodano > > I did change this translation into: > > Dodano {0} > > I hope it will be the solution. Nice find. Yeah, that should fix the translation once it's merged in.
Author
Owner

@advplyr commented on GitHub (Dec 21, 2025):

Thanks this is fixed in v2.32.0

@advplyr commented on GitHub (Dec 21, 2025): Thanks this is fixed in v2.32.0
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3153