feat: Translations

This commit is contained in:
ΞTΞRNAL
2025-10-12 18:12:09 +05:30
parent d832ffcac4
commit adef74c581
89 changed files with 62163 additions and 24403 deletions

View File

@@ -56,7 +56,7 @@ class ModContext(
private val _config by lazy { ModConfig(androidContext, lazyFileHandlerManager) }
val config get() = _config.root
val log by lazy { CoreLogger(this.bridgeClient) }
val translation by lazy { LocaleWrapper(lazyFileHandlerManager) }
val translation by lazy { LocaleWrapper(androidContext, lazyFileHandlerManager) }
val httpServer = HttpServer()
val messageSender = MessageSender(this)