2025-01-30 15:29:25 +01:00

7 lines
80 B
JavaScript

const appLangs = {
en: "English",
fr: "Français",
};
let appStrings = {};