mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
fix: Fix JSON syntax errors in translation files
- Fixed missing closing brace in es.json selector.api_provider.options - Fixed missing closing brace in de.json selector.api_provider.options - All other translation files (hi.json, it.json, sr.json, zh.json) have correct syntax - Ensures proper JSON validation and prevents parsing errors
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
"gemini": "Google Gemini"
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
"services": {
|
||||
"ask_question": {
|
||||
"name": "Frage stellen (HA Text AI)",
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
"gemini": "Google Gemini"
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
"services": {
|
||||
"ask_question": {
|
||||
"name": "Hacer Pregunta (HA Text AI)",
|
||||
|
||||
Reference in New Issue
Block a user