1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

templates: add translations function

This commit is contained in:
Quentin Gliech
2023-10-02 18:06:13 +02:00
parent 50a7f81ffc
commit 15ad89aa82
22 changed files with 297 additions and 38 deletions

View File

@@ -122,6 +122,7 @@ pub async fn templates_from_config(
config.path.clone(),
url_builder.clone(),
config.assets_manifest.clone(),
config.translations_path.clone(),
)
.await
}