You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue only with the routes that have wildcards, where the route doesn't get translated, well, more accuratly the prefix does but not what comes next. All the other type of routes do translate well.
Example:
English file will have this: 'jobs/{job_offer_slug}'
Portugues file: 'empregos/{job_offer_slug}'
When i change the language from EN to PT, this will happen for example:
Hi,
I'm having an issue only with the routes that have wildcards, where the route doesn't get translated, well, more accuratly the prefix does but not what comes next. All the other type of routes do translate well.
Example:
English file will have this: 'jobs/{job_offer_slug}'
Portugues file: 'empregos/{job_offer_slug}'
When i change the language from EN to PT, this will happen for example:
www.example.com/en/jobs/medical-offer -> www.example.com/pt/jobs/medical-offer
when it should be:
www.example.com/en/jobs/medical-offer -> www.example.com/pt/empregos/medical-offer
but the project works well from "normal" pages, like for example:
www.example.com/en/about-us -> www.example.com/pt/sobre-nos
Can anyone help me out? Thanks.
The text was updated successfully, but these errors were encountered: