From eee9754033d194d41f4c9a4d8af7eb2efea363a3 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Tue, 2 Sep 2025 01:26:49 +0300 Subject: [PATCH] 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 --- custom_components/ha_text_ai/translations/de.json | 4 ++-- custom_components/ha_text_ai/translations/es.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/ha_text_ai/translations/de.json b/custom_components/ha_text_ai/translations/de.json index 41767a6..36f3846 100644 --- a/custom_components/ha_text_ai/translations/de.json +++ b/custom_components/ha_text_ai/translations/de.json @@ -92,9 +92,9 @@ "anthropic": "Anthropic (compatible)", "deepseek": "DeepSeek", "gemini": "Google Gemini" + } } - } -}, + }, "services": { "ask_question": { "name": "Frage stellen (HA Text AI)", diff --git a/custom_components/ha_text_ai/translations/es.json b/custom_components/ha_text_ai/translations/es.json index 1c4fdb3..40a6e70 100644 --- a/custom_components/ha_text_ai/translations/es.json +++ b/custom_components/ha_text_ai/translations/es.json @@ -92,9 +92,9 @@ "anthropic": "Anthropic (compatible)", "deepseek": "DeepSeek", "gemini": "Google Gemini" + } } - } -}, + }, "services": { "ask_question": { "name": "Hacer Pregunta (HA Text AI)",