mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-18 23:06:31 +00:00

* Fix broken contribution link https://discord.com/channels/330944238910963714/1319070552761307177/1319070552761307177 The link to the contribution page does not work * Update docs/voice/intent-recognition/supported-languages.md Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Fix link --------- Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
1.4 KiB
1.4 KiB
title
title |
---|
Supported languages |
import languages from '!!yaml-loader!../../../intents/languages.yaml'; import intents from '!!yaml-loader!../../../intents/intents.yaml';
If you don't see your language below, help us translate!
For a full progress report per language, click here.
<>
{ Object.entries(languages).map( ([language, info]) => ) }Code | Language | Leader | Links |
---|---|---|---|
{language}
|
{info.nativeName} | {info.leaders?.length && info.leaders.map((leader, idx) => <> {!!idx && ', '} {leader} )} | Sentences |
This page is automatically generated based on the Intents repository.