From 7421ec8d463a65f8b306660680effd1168b911c1 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 8 Apr 2024 22:36:18 -0700 Subject: feat(router): remove translation engine --- src/modules/static.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/modules/static.rs') diff --git a/src/modules/static.rs b/src/modules/static.rs index 518f67c..b4cdcdc 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -73,11 +73,11 @@ pub fn module(router: &mut windmark::router::Router) { "Stock Market Related Telegram Groups", "stocks_telegram" ), - ( - "/translations", - "Translate a page to your language of choice!", - "translations" - ), + // ( + // "/translations", + // "Translate a page to your language of choice!", + // "translations" + // ), ( "/useful", "Useful quick links that don't fit in the \"quick links\"", -- cgit v1.2.3