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