added i18n

This commit is contained in:
2026-05-07 22:47:32 +02:00
parent 4e450430f6
commit 1a13313ba3
11 changed files with 637 additions and 87 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"