Skip to content

Commit 58e2d98

Browse files
committed
fix: add missing newline at end of localization JSON files
1 parent e4eda8a commit 58e2d98

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/apps/renderer/localize/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,4 +413,4 @@
413413
"title": "Network connection lost",
414414
"message": "Your network connection has been lost. Please check your internet connection and try again."
415415
}
416-
}
416+
}

src/apps/renderer/localize/locales/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,4 +413,4 @@
413413
"title": "Conexión de red perdida",
414414
"message": "Se ha perdido la conexión de red. Por favor, verifica tu conexión a internet e inténtalo de nuevo."
415415
}
416-
}
416+
}

src/apps/renderer/localize/locales/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,4 +413,4 @@
413413
"title": "Connexion réseau perdue",
414414
"message": "Votre connexion réseau a été perdue. Veuillez vérifier votre connexion Internet et réessayer."
415415
}
416-
}
416+
}

0 commit comments

Comments
 (0)