I am having problems making the localized URL work when I am passing a variable in said URL. For example: path: "/product/:productId". How should that be included in the translations/lang.json document for it to translate the "product" part of the URL but keeping the :productId variable?
I am having problems making the localized URL work when I am passing a variable in said URL. For example: path: "/product/:productId". How should that be included in the translations/lang.json document for it to translate the "product" part of the URL but keeping the :productId variable?
Thanks!