feat: add translations for sleep timer

This commit is contained in:
Lei Nelissen
2024-01-28 23:52:17 +01:00
parent 6c59e93294
commit 0f126d40ad
3 changed files with 5 additions and 2 deletions

View File

@@ -70,5 +70,6 @@
"color-scheme-light": "Light Mode",
"color-scheme-dark": "Dark Mode",
"artists": "Artists",
"privacy-policy": "Privacy Policy"
"privacy-policy": "Privacy Policy",
"sleep-timer": "Sleep timer"
}

View File

@@ -70,5 +70,6 @@
"color-scheme-system": "Systeem",
"color-scheme-light": "Lichte modus",
"color-scheme-dark": "Donkere modus",
"privacy-policy": "Privacybeleid"
"privacy-policy": "Privacybeleid",
"sleep-timer": "Slaaptimer"
}

View File

@@ -69,3 +69,4 @@ export type LocaleKeys = 'play-next'
| 'color-scheme-dark'
| 'artists'
| 'privacy-policy'
| 'sleep-timer'