Add languages

This commit is contained in:
Nicola Benaglia 2025-05-23 18:54:55 +02:00
parent fbe0fd5c83
commit 9e681c2b39

View File

@ -14,6 +14,8 @@ export const supportedLanguages = {
fr: { name: 'Français', flag: '🇫🇷' },
it: { name: 'Italiano', flag: '🇮🇹' },
ru: { name: 'Русский', flag: '🇷🇺' },
ja: { name: '日本語', flag: '🇯🇵' },
zh_CN: { name: '中文', flag: '🇨🇳' },
};
// Load all JSON files under locales/**/*