From 76bb34749670afaaa894f073c5bd753d5933527e Mon Sep 17 00:00:00 2001 From: Siiiiinth <60766886+Siiiiinth@users.noreply.github.com> Date: Sun, 21 Dec 2025 18:25:28 +0100 Subject: [PATCH] added missing translations for english and german, fixed one german translation --- res/translations/de.json | 13 +++++++++---- res/translations/en.json | 8 ++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/res/translations/de.json b/res/translations/de.json index fd16075..ef64692 100644 --- a/res/translations/de.json +++ b/res/translations/de.json @@ -243,9 +243,14 @@ "Oct": "Okt", "Nov": "Nov", "Dec": "Dec", - "playlist.addedtracks": { - "one": "Added {{.trackCount}} track to playlist", - "other": "Added {{.trackCount}} tracks to playlist" + "other": "{{.trackCount}} Titel zur Playlist hinzugefügt" + }, + "{{.trackCount}} tracks": { + "other": "{{.trackCount}} Titel" + }, + "{{.albumsCount}} albums": { + "one": "{{.albumsCount}} Album", + "other": "{{.albumsCount}} Alben" } -} +} \ No newline at end of file diff --git a/res/translations/en.json b/res/translations/en.json index 40379a0..064a385 100644 --- a/res/translations/en.json +++ b/res/translations/en.json @@ -322,5 +322,13 @@ "x_years_ago": { "one": "a year ago", "other": "{{.years}} years ago" + }, + "{{.trackCount}} tracks": { + "one": "{{.trackCount}} track", + "other": "{{.trackCount}} tracks" + }, + "{{.albumsCount}} albums": { + "one": "{{.albumsCount}} album", + "other": "{{.albumsCount}} albums" } } \ No newline at end of file