Modern Loading Screen
🌐 Language Configuration (LoadingLanguage)
Language Settings
languageSettings: {
defaultLanguage: "tr", // Default language: "en" or "tr"
supportedLanguages: ["en", "tr"], // Supported languages list
fallbackLanguage: "en" // Fallback if translation not found
}Translation Data Structure
interface: {
musicTooltip: "Music Player", // Music button tooltip
minigameTooltip: "Mini Games", // Minigame button tooltip
gameImages: "Game Gallery", // Image gallery title
staffList: "Staff Team", // Staff panel title
staffListDesc: "Server Management Team" // Staff panel description
}⚙️ Application Configuration (LoadingConfig)
Branding Settings
Background Display Configuration
Music Player Configuration
Image Gallery Configuration
Staff Team Configuration
Last updated