From 7858410655cf520282e7d42aaa851c43c6c14bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Balet?= Date: Tue, 29 Jul 2025 13:53:48 +0200 Subject: [PATCH] docs(03-plugins.md): light localize router --- src/content/docs/40-resources/03-plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/40-resources/03-plugins.md b/src/content/docs/40-resources/03-plugins.md index 57c1007..40d05e3 100644 --- a/src/content/docs/40-resources/03-plugins.md +++ b/src/content/docs/40-resources/03-plugins.md @@ -28,6 +28,7 @@ Use these plugins to enhance ngx-translate with additional functionality: ## Routing * [Localize Router](https://github.com/Greentube/localize-router) by @meeroslav: An implementation of routes localization for Angular. If you need localized urls (for example /fr/page and /en/page). +* [Light Localize Router](https://github.com/elham-oss/light-localize-router) by @elham-oss: localized routes without the need of rewriting your router configuration inspired by localize-routes & angular-l10n routing. * [ngx-translate-cache](https://github.com/jgpacheco/ngx-translate-cache) by @jgpacheco: Simplified version of localize-router. If you are already using localize-router you don't need this extension. This extension is aimed only to facilitate language caching. ## Testing