mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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([
|
genders.push([
|
||||||
gender,
|
gender,
|
||||||
gender === "male" || gender === "female"
|
gender === "male" || gender === "female"
|
||||||
? localize(`ui.panel.config.cloud.account.tts.${gender}`)
|
? localize(`ui.components.media-browser.tts.gender_${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.",
|
"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_language": "Default language to use",
|
||||||
"default_gender": "Default gender to use",
|
"default_gender": "Default gender to use",
|
||||||
"male": "Male",
|
|
||||||
"female": "Female",
|
|
||||||
"try": "Try",
|
"try": "Try",
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"header": "Try Text to Speech",
|
"header": "Try Text to Speech",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user