Fix media browser gender translations (#14551)

This commit is contained in:
Paul Bottein 2022-12-05 16:13:22 +01:00 committed by GitHub
parent 0ae8246d8a
commit 75b1b1c9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -60,7 +60,7 @@ export const getCloudTtsSupportedGenders = (
genders.push([
gender,
gender === "male" || gender === "female"
? localize(`ui.panel.config.cloud.account.tts.${gender}`)
? localize(`ui.components.media-browser.tts.gender_${gender}`)
: gender,
]);
}

View File

@ -2580,8 +2580,6 @@
"info": "Bring personality to your home by having it speak to you by using our Text-to-Speech services. You can use this in automations and scripts by using the {service} service.",
"default_language": "Default language to use",
"default_gender": "Default gender to use",
"male": "Male",
"female": "Female",
"try": "Try",
"dialog": {
"header": "Try Text to Speech",