added i18n but not using it yet

This commit is contained in:
2026-05-07 21:12:31 +02:00
parent 4e450430f6
commit d8e67d8ef0
10 changed files with 541 additions and 75 deletions

View File

@@ -18,3 +18,6 @@ serde = { version = "1.0.228", features = ["derive"] }
chrono = { version = "0.4.44", features = ["serde"] }
reqwest = { version = "0.13.2", features = ["json"] }
serde_json = "1.0.149"
fluent-templates = { version = "0.14.0", features = ["tera"] }
axum-extra = { version = "0.12.6", features = ["cookie"] }
accept-language = "3.1.0"