fix(i18n): remove orphaned merge conflict markers from message files

All three message files had a bare `<<<<<<< HEAD` at line 814 with no
corresponding separator or closing marker, making them invalid JSON and
breaking the Paraglide build.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-25 01:07:44 +02:00
parent c78a1d69dc
commit f1b3e8c2d8
3 changed files with 0 additions and 3 deletions

View File

@@ -811,7 +811,6 @@
"pagination_next": "Weiter",
"pagination_page_of": "Seite {page} von {total}",
"pagination_nav_label": "Seitennavigation",
<<<<<<< HEAD
"common_opens_new_tab": "(öffnet in neuem Tab)",

View File

@@ -811,7 +811,6 @@
"pagination_next": "Next",
"pagination_page_of": "Page {page} of {total}",
"pagination_nav_label": "Pagination",
<<<<<<< HEAD
"common_opens_new_tab": "(opens in new tab)",

View File

@@ -811,7 +811,6 @@
"pagination_next": "Siguiente",
"pagination_page_of": "Página {page} de {total}",
"pagination_nav_label": "Paginación",
<<<<<<< HEAD
"common_opens_new_tab": "(abre en pestaña nueva)",