[PR #1438] [MERGED] Localized stats page #3547

Closed
opened 2026-04-25 00:16:05 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1438
Author: @tomazed
Created: 1/24/2023
Status: Merged
Merged: 1/25/2023
Merged by: @advplyr

Base: masterHead: LocalizedStatsPage


📝 Commits (2)

  • 4ae057f Fix Localized Months displaying in heatmap
  • 5e943ef Fix Localized Days in Your Stats page

📊 Changes

10 files changed (+44 additions, -11 deletions)

View changed files

📝 client/components/stats/DailyListeningChart.vue (+3 -2)
📝 client/components/stats/Heatmap.vue (+2 -2)
📝 client/strings/de.json (+5 -1)
📝 client/strings/en-us.json (+5 -1)
📝 client/strings/es.json (+5 -1)
📝 client/strings/fr.json (+4 -0)
📝 client/strings/hr.json (+5 -1)
📝 client/strings/it.json (+5 -1)
📝 client/strings/pl.json (+5 -1)
📝 client/strings/zh-cn.json (+5 -1)

📄 Description

I modified the page a bit to accept the translated strings for abbreviated Month and Days

I have not changed the non translated elapsed string in the Recent Session Pane because it is an output of lib date-fns formatDistance function and I need to dig a bit into it to see how to do local with date-fns


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/1438 **Author:** [@tomazed](https://github.com/tomazed) **Created:** 1/24/2023 **Status:** ✅ Merged **Merged:** 1/25/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `LocalizedStatsPage` --- ### 📝 Commits (2) - [`4ae057f`](https://github.com/advplyr/audiobookshelf/commit/4ae057f626c9aeb0dd28bc336ecf9890c3839104) Fix Localized Months displaying in heatmap - [`5e943ef`](https://github.com/advplyr/audiobookshelf/commit/5e943ef152488988d2304e6d8a067164b29e26af) Fix Localized Days in Your Stats page ### 📊 Changes **10 files changed** (+44 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `client/components/stats/DailyListeningChart.vue` (+3 -2) 📝 `client/components/stats/Heatmap.vue` (+2 -2) 📝 `client/strings/de.json` (+5 -1) 📝 `client/strings/en-us.json` (+5 -1) 📝 `client/strings/es.json` (+5 -1) 📝 `client/strings/fr.json` (+4 -0) 📝 `client/strings/hr.json` (+5 -1) 📝 `client/strings/it.json` (+5 -1) 📝 `client/strings/pl.json` (+5 -1) 📝 `client/strings/zh-cn.json` (+5 -1) </details> ### 📄 Description I modified the page a bit to accept the translated strings for abbreviated Month and Days I have not changed the non translated elapsed string in the Recent Session Pane because it is an output of lib date-fns formatDistance function and I need to dig a bit into it to see how to do local with date-fns --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:16:05 +02:00
adam closed this issue 2026-04-25 00:16:05 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3547