i18n on the web

This commit is contained in:
Priec
2026-08-14 20:35:18 +02:00
parent 3be6b63084
commit 2dc0d94ba0
12 changed files with 178 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ axum = "0.8"
# `axum::Form` (serde_urlencoded) cannot decode repeated keys into a `Vec`, and
# the table builder posts one set of fields per already-added column.
axum-extra = { version = "0.10", features = ["form"] }
fluent-templates = "0.14.0"
rusty-money = "0.5.0"
# The register form offers the same timezone and country suggestions the TUI
# client does, and reads them from the same two crates.