What functionality is Vitepress' 18n providing? #1911
-
I've read the docs and am still trying to figure out what features Vitepress' i18n is providing. As far as I can tell, I'm simply providing the files in separate directories specific to the language. Does Vitepress redirect users to the appropriate page based on their browser's default language? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
That needs to be configured in your server. (VitePress is just a SSG, having no server after build.) For example, on Netlify, it is configurable like mentioned in this section: https://vitepress.vuejs.org/guide/i18n#separate-directory-for-each-locale |
Beta Was this translation helpful? Give feedback.
That needs to be configured in your server. (VitePress is just a SSG, having no server after build.) For example, on Netlify, it is configurable like mentioned in this section: https://vitepress.vuejs.org/guide/i18n#separate-directory-for-each-locale