From de645abbf3eecd6acc0e36d43f86a2ad47c86f4c Mon Sep 17 00:00:00 2001 From: mascal <116852972+mascaldotfr@users.noreply.github.com> Date: Sat, 2 Dec 2023 16:38:22 +0100 Subject: [PATCH] i18n_db: make it a proper javascript variable --- data/i18n_db.js | 4 ++-- js/menu.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/i18n_db.js b/data/i18n_db.js index b752770..8086a6b 100644 --- a/data/i18n_db.js +++ b/data/i18n_db.js @@ -1,4 +1,4 @@ -__i18n__ = { +const __i18n__ = { "supported_lang": ["en", "fr", "es", "de"], "You are offline. Impossible to fetch the data.": { "fr": "Vous êtes hors ligne. Impossible de récupérer les données.", @@ -570,4 +570,4 @@ __i18n__ = { "es": "Fuertes", "de": "Forts" } -} +}; diff --git a/js/menu.js b/js/menu.js index 8e9c6a4..ff45e11 100644 --- a/js/menu.js +++ b/js/menu.js @@ -28,7 +28,7 @@ let footer = `

CoRT is a free and open source website, feel free to check out its source code, and report bugs. - Version: 20231201.182727 + Version: 20231202.153822

`;