fix(i18n): remove trailing comma from all three message files
Standard JSON does not allow trailing commas. The comma after the last key in de/en/es.json caused paraglide to fail compilation, which meant messages.js was never generated and all component tests crashed on import. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -188,5 +188,5 @@
|
||||
"comp_taginput_placeholder_create": "Schlagworte hinzufügen...",
|
||||
"comp_taginput_placeholder_filter": "Nach Schlagworten filtern...",
|
||||
"comp_taginput_remove": "Schlagwort entfernen",
|
||||
"comp_taginput_create_hint": "Enter drücken um Schlagwort zu erstellen.",
|
||||
"comp_taginput_create_hint": "Enter drücken um Schlagwort zu erstellen."
|
||||
}
|
||||
|
||||
@@ -188,5 +188,5 @@
|
||||
"comp_taginput_placeholder_create": "Add tags...",
|
||||
"comp_taginput_placeholder_filter": "Filter by tags...",
|
||||
"comp_taginput_remove": "Remove tag",
|
||||
"comp_taginput_create_hint": "Press Enter to create tag.",
|
||||
"comp_taginput_create_hint": "Press Enter to create tag."
|
||||
}
|
||||
|
||||
@@ -188,5 +188,5 @@
|
||||
"comp_taginput_placeholder_create": "Añadir etiquetas...",
|
||||
"comp_taginput_placeholder_filter": "Filtrar por etiquetas...",
|
||||
"comp_taginput_remove": "Eliminar etiqueta",
|
||||
"comp_taginput_create_hint": "Pulse Enter para crear etiqueta.",
|
||||
"comp_taginput_create_hint": "Pulse Enter para crear etiqueta."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user