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

@@ -12,6 +12,7 @@ mod schema;
mod services;
mod ui;
mod authz;
mod i18n;
// The server's system column vocabulary, read out of `common` the same way the
// generated protos are: this crate compiles that source tree directly instead
// of depending on the crate. Only `is_system_column` is used here.