diff options
| author | Fuwn <[email protected]> | 2024-04-08 22:36:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-08 22:36:18 -0700 |
| commit | 7421ec8d463a65f8b306660680effd1168b911c1 (patch) | |
| tree | f050a0df6a87535d6dc28d39965ef2df59f008be /src/modules/static.rs | |
| parent | feat(tor): add pia (diff) | |
| download | locus-7421ec8d463a65f8b306660680effd1168b911c1.tar.xz locus-7421ec8d463a65f8b306660680effd1168b911c1.zip | |
feat(router): remove translation engine
Diffstat (limited to 'src/modules/static.rs')
| -rw-r--r-- | src/modules/static.rs | 10 |
1 files changed, 5 insertions, 5 deletions
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\"", |