mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-28 12:41:23 +00:00
Sort language list
This commit is contained in:
@@ -16,10 +16,10 @@ export const supportedLanguages = {
|
||||
es: { name: 'Español', flag: '🇪🇸' },
|
||||
fr: { name: 'Français', flag: '🇫🇷' },
|
||||
it: { name: 'Italiano', flag: '🇮🇹' },
|
||||
pt: { name: 'Português', flag: '🇧🇷' },
|
||||
ru: { name: 'Русский', flag: '🇷🇺' },
|
||||
ja: { name: '日本語', flag: '🇯🇵' },
|
||||
zh: { name: '中文', flag: '🇨🇳' },
|
||||
pt: { name: 'Português', flag: '🇧🇷' },
|
||||
zh: { name: '中文', flag: '🇨🇳' },
|
||||
};
|
||||
|
||||
// Load all JSON files under locales/**/*
|
||||
|
Reference in New Issue
Block a user