[PR #2641] [MERGED] feat(i18n): made "Year in Review" UI elements translatable and added german translation for those #3756

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2641
Author: @Teekeks
Created: 2/22/2024
Status: Merged
Merged: 2/24/2024
Merged by: @advplyr

Base: masterHead: year-review-translation


📝 Commits (4)

  • 682aca0 feat(i18n): made "Year in Review" UI elements translatable and added german translation for those
  • d7af3b7 Merge branch 'master' into year-review-translation
  • 2db8869 Merge branch 'master' into year-review-translation
  • 608b25d Map en-us translations

📊 Changes

21 files changed (+201 additions, -16 deletions)

View changed files

📝 client/components/stats/YearInReviewBanner.vue (+18 -13)
📝 client/strings/cs.json (+9 -0)
📝 client/strings/da.json (+9 -0)
📝 client/strings/de.json (+10 -1)
📝 client/strings/en-us.json (+9 -0)
📝 client/strings/es.json (+9 -0)
📝 client/strings/et.json (+9 -0)
📝 client/strings/fr.json (+9 -0)
📝 client/strings/gu.json (+9 -0)
📝 client/strings/hi.json (+9 -0)
📝 client/strings/hr.json (+9 -0)
📝 client/strings/hu.json (+9 -0)
📝 client/strings/it.json (+10 -1)
📝 client/strings/lt.json (+9 -0)
📝 client/strings/nl.json (+9 -0)
📝 client/strings/no.json (+9 -0)
📝 client/strings/pl.json (+9 -0)
📝 client/strings/pt-br.json (+10 -1)
📝 client/strings/ru.json (+9 -0)
📝 client/strings/sv.json (+9 -0)

...and 1 more files

📄 Description

This PR makes the "Year in Review" UI elements translatable and adds german translation strings for those elements.


🔄 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/2641 **Author:** [@Teekeks](https://github.com/Teekeks) **Created:** 2/22/2024 **Status:** ✅ Merged **Merged:** 2/24/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `year-review-translation` --- ### 📝 Commits (4) - [`682aca0`](https://github.com/advplyr/audiobookshelf/commit/682aca0b2a3d8b10189c99cacff06ddf97bcf76e) feat(i18n): made "Year in Review" UI elements translatable and added german translation for those - [`d7af3b7`](https://github.com/advplyr/audiobookshelf/commit/d7af3b778881f0f4550d6fb7e518d7cd526da7a7) Merge branch 'master' into year-review-translation - [`2db8869`](https://github.com/advplyr/audiobookshelf/commit/2db88699081a2a944f00e287ee57104a9582eff4) Merge branch 'master' into year-review-translation - [`608b25d`](https://github.com/advplyr/audiobookshelf/commit/608b25de45e9a02836326686aa85b4fea08228b6) Map en-us translations ### 📊 Changes **21 files changed** (+201 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `client/components/stats/YearInReviewBanner.vue` (+18 -13) 📝 `client/strings/cs.json` (+9 -0) 📝 `client/strings/da.json` (+9 -0) 📝 `client/strings/de.json` (+10 -1) 📝 `client/strings/en-us.json` (+9 -0) 📝 `client/strings/es.json` (+9 -0) 📝 `client/strings/et.json` (+9 -0) 📝 `client/strings/fr.json` (+9 -0) 📝 `client/strings/gu.json` (+9 -0) 📝 `client/strings/hi.json` (+9 -0) 📝 `client/strings/hr.json` (+9 -0) 📝 `client/strings/hu.json` (+9 -0) 📝 `client/strings/it.json` (+10 -1) 📝 `client/strings/lt.json` (+9 -0) 📝 `client/strings/nl.json` (+9 -0) 📝 `client/strings/no.json` (+9 -0) 📝 `client/strings/pl.json` (+9 -0) 📝 `client/strings/pt-br.json` (+10 -1) 📝 `client/strings/ru.json` (+9 -0) 📝 `client/strings/sv.json` (+9 -0) _...and 1 more files_ </details> ### 📄 Description This PR makes the "Year in Review" UI elements translatable and adds german translation strings for those elements. --- <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:56 +02:00
adam closed this issue 2026-04-25 00:16:56 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3756