Add track results to search queries

This commit is contained in:
Lei Nelissen
2021-04-24 14:50:43 +02:00
parent a7b24cf4eb
commit 24d484ca25
8 changed files with 219 additions and 42 deletions

View File

@@ -38,5 +38,6 @@
"enable-error-reporting-description": "This helps improve the app experience by sending crash and error reports to us.",
"enable": "Enable",
"disable": "Disable",
"more-info": "More Info"
"more-info": "More Info",
"track": "Track"
}

View File

@@ -37,4 +37,5 @@ export type LocaleKeys = 'play-next'
| 'enable-error-reporting-description'
| 'enable'
| 'disable'
| 'more-info'
| 'more-info'
| 'track'