fix: make similar albums translateable

This commit is contained in:
Lei Nelissen
2023-04-23 22:06:39 +02:00
parent 913d185b46
commit 81b9ba683a
7 changed files with 15 additions and 6 deletions

View File

@@ -60,5 +60,6 @@
"playing-on": "Playing on",
"local-playback": "Local playback",
"streaming": "Streaming",
"total-duration": "Total duration"
"total-duration": "Total duration",
"similar-albums": "Similar albums"
}

View File

@@ -60,5 +60,6 @@
"playing-on": "Speelt af op",
"local-playback": "Lokaal afspelen",
"streaming": "Streamen",
"total-duration": "Totale duur"
"total-duration": "Totale duur",
"similar-albums": "Vergelijkbare albums"
}

View File

@@ -58,4 +58,5 @@ export type LocaleKeys = 'play-next'
| 'playing-on'
| 'local-playback'
| 'streaming'
| 'total-duration'
| 'total-duration'
| 'similar-albums'