mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix media browser gender translations (#14551)
This commit is contained in:
parent
0ae8246d8a
commit
75b1b1c9a0
@ -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,
|
||||
]);
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user