t is not loaded with dynamic url #137
|
When I try to use a route like "...en/blog" with translation, it works fine But if it was a dynamic url with slug like " ...en/blog/amazing-post", the translation is not loaded |
Answered by
jarda-svoboda
Aug 14, 2023
Replies: 2 comments 4 replies
|
You could use RegExp instead of a string in |
4 replies
|
this worked for me: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope, use RegExp instead of a string like this:
It’s demonstrated in this example.