Fix syntax error in translations.js: remove stray n characters
Two stray n characters before OSINT Monitor comments (lines 122, 291) caused a JavaScript syntax error that broke the entire translations module, resulting in the error banner on page load and non-functional DE/EN toggle.
Dieser Commit ist enthalten in:
@@ -119,7 +119,7 @@ const translations = {
|
|||||||
accessRestricted: 'Zugang nur mit Berechtigung',
|
accessRestricted: 'Zugang nur mit Berechtigung',
|
||||||
protectedProductDesc: 'Dieses Produkt ist speziell für autorisierte Behörden entwickelt und erfordert eine Authentifizierung.',
|
protectedProductDesc: 'Dieses Produkt ist speziell für autorisierte Behörden entwickelt und erfordert eine Authentifizierung.',
|
||||||
loginForAccess: 'Anmelden für Zugriff',
|
loginForAccess: 'Anmelden für Zugriff',
|
||||||
n // OSINT Monitor
|
// OSINT Monitor
|
||||||
productOsintMonitorTitle: 'AegisSight Monitor',
|
productOsintMonitorTitle: 'AegisSight Monitor',
|
||||||
productOsintMonitorTagline: 'Open Source Intelligence - automatisiert',
|
productOsintMonitorTagline: 'Open Source Intelligence - automatisiert',
|
||||||
productOsintMonitorDesc: 'AegisSight Monitor aggregiert, analysiert und verifiziert Informationen aus öffentlich zugänglichen Quellen in Echtzeit. Erleben Sie die Plattform live am Beispiel des Iran-Livetickers.',
|
productOsintMonitorDesc: 'AegisSight Monitor aggregiert, analysiert und verifiziert Informationen aus öffentlich zugänglichen Quellen in Echtzeit. Erleben Sie die Plattform live am Beispiel des Iran-Livetickers.',
|
||||||
@@ -288,7 +288,7 @@ n // OSINT Monitor
|
|||||||
accessRestricted: 'Access by authorization only',
|
accessRestricted: 'Access by authorization only',
|
||||||
protectedProductDesc: 'This product is specifically developed for authorized agencies and requires authentication.',
|
protectedProductDesc: 'This product is specifically developed for authorized agencies and requires authentication.',
|
||||||
loginForAccess: 'Login for Access',
|
loginForAccess: 'Login for Access',
|
||||||
n // OSINT Monitor
|
// OSINT Monitor
|
||||||
productOsintMonitorTitle: 'AegisSight Monitor',
|
productOsintMonitorTitle: 'AegisSight Monitor',
|
||||||
productOsintMonitorTagline: 'Open Source Intelligence - Automated',
|
productOsintMonitorTagline: 'Open Source Intelligence - Automated',
|
||||||
productOsintMonitorDesc: 'AegisSight Monitor aggregates, analyzes and verifies information from publicly available sources in real time. Experience the platform live with the Iran Live Ticker.',
|
productOsintMonitorDesc: 'AegisSight Monitor aggregates, analyzes and verifies information from publicly available sources in real time. Experience the platform live with the Iran Live Ticker.',
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren