🌐 Integrated Italian translation

This commit is contained in:
Mawoka
2022-08-29 16:05:37 +02:00
parent 3a93ff89bb
commit 56e78dd25a
8 changed files with 76 additions and 2 deletions
+1
View File
@@ -38,6 +38,7 @@ class Settings(BaseSettings):
google_client_secret: Optional[str]
github_client_id: Optional[str]
github_client_secret: Optional[str]
telemetry_enabled: bool = True
# storage_backend
storage_backend: str | None = "deta"