Skip to content

Commit

Permalink
i18n_db: make it a proper javascript variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mascaldotfr committed Dec 2, 2023
1 parent b6b6e9e commit de645ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/i18n_db.js
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -570,4 +570,4 @@ __i18n__ = {
"es": "Fuertes",
"de": "Forts"
}
}
};
2 changes: 1 addition & 1 deletion js/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let footer = `
<p><i>CoRT is a free and open source website, feel free to check out its
<a href="https://github.com/mascaldotfr/CoRT" target="_blank">source code</a>, and report
<a href="https://github.com/mascaldotfr/CoRT/wiki/Bug-reports" target="_blank">bugs</a>.
<!--VERSION-->Version: 20231201.182727
<!--VERSION-->Version: 20231202.153822
</i></p>
`;

Expand Down

0 comments on commit de645ab

Please sign in to comment.