I'm wondering how to use i18n nuxt plugin with files under the public/
directory.
Example case: In a portfolio website, you may want to allow visitors to access your resume file. If the website supports two languages, say English and French, you may want to serve your resume in two different languages.
So you may have public/resume.pdf
file and public/fr/cv.pdf
.
The question is, how can I use <NuxtLinkLocale>
to serve, according to the locale, my public files?