gilsdav / ngx-translate-router

Translate routes using ngx-translate
131 stars 43 forks source link

Is it possible to use package for resolve both language and region? #147

Open AlekseiPinchuk opened 1 year ago

AlekseiPinchuk commented 1 year ago

Hi everyone. I trying resolve functionality when we need manage url state for region (e.g. US-AL, FR, GE, etc.) and localization (e.g. en, fr, ge, etc.). So, in the finish I want to have url like localhost:4000/us-al/en or localhost:4000/fr/en.

So, is it possible to do this logic by this package or another workaround?