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:
SMKRV
2025-09-02 01:26:49 +03:00
parent 517b1f11ae
commit eee9754033
2 changed files with 4 additions and 4 deletions
@@ -92,9 +92,9 @@
"anthropic": "Anthropic (compatible)", "anthropic": "Anthropic (compatible)",
"deepseek": "DeepSeek", "deepseek": "DeepSeek",
"gemini": "Google Gemini" "gemini": "Google Gemini"
}
} }
} },
},
"services": { "services": {
"ask_question": { "ask_question": {
"name": "Frage stellen (HA Text AI)", "name": "Frage stellen (HA Text AI)",
@@ -92,9 +92,9 @@
"anthropic": "Anthropic (compatible)", "anthropic": "Anthropic (compatible)",
"deepseek": "DeepSeek", "deepseek": "DeepSeek",
"gemini": "Google Gemini" "gemini": "Google Gemini"
}
} }
} },
},
"services": { "services": {
"ask_question": { "ask_question": {
"name": "Hacer Pregunta (HA Text AI)", "name": "Hacer Pregunta (HA Text AI)",