Language Switcher (i18n) does not update components
useRetrieveDataFind is a composable that uses useAsyncData to retrieve data from an API. it is the same composable that is being used to retrieve the data in the main pages as well and they get updated on language change
I updated the code and chaged the #fetch to useAsyncData and now it seems it works ok..im still trying to understand the differences between all of them 😅