feat: add runtime locale overrides
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from . import (
|
||||
ad_dal,
|
||||
app_settings_dal,
|
||||
locale_overrides_dal,
|
||||
message_log_dal,
|
||||
panel_sync_dal,
|
||||
payment_dal,
|
||||
@@ -23,5 +24,6 @@ __all__ = (
|
||||
"ad_dal",
|
||||
"security_dal",
|
||||
"app_settings_dal",
|
||||
"locale_overrides_dal",
|
||||
"support_dal",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user