summaryrefslogtreecommitdiff
path: root/server/src/main.rs
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-06-08 01:43:08 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-06-08 01:44:03 +0200
commit6bd0c135a877627c2d730649824dee7d5bfa6b08 (patch)
tree66f784649904e1561078d5a964e685f0d821da01 /server/src/main.rs
parenta60c0f58470f78545544d01d525eae481511abec (diff)
Add translation module
Reads from a list of grit files, all strings and their translations.
Diffstat (limited to 'server/src/main.rs')
-rw-r--r--server/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/main.rs b/server/src/main.rs
index 973febe..66faec3 100644
--- a/server/src/main.rs
+++ b/server/src/main.rs
@@ -26,6 +26,7 @@ mod auth;
mod authorized_keys;
mod db_utils;
mod git_root;
+mod trans;
use auth::AuthApiAddon;