mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-25 19:07:03 +00:00
Add languages
This commit is contained in:
parent
fbe0fd5c83
commit
9e681c2b39
@ -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/**/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user