-
This module can use with nuxt-content? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I haven't studied this issue myself, but I saw that someone integrated it. Unfortunately, I can't give you any advice as I don't really understand how to use it in practice. |
Beta Was this translation helpful? Give feedback.
-
I have added an integration example with Nuxt Content: Nuxt Content Integration Example I should mention upfront that I intentionally created general pages for the tests, meaning a single |
Beta Was this translation helpful? Give feedback.
I have added an integration example with Nuxt Content:
Nuxt Content Integration Example
I should mention upfront that I intentionally created general pages for the tests, meaning a single
.md
file is used for all locales. In a real project, this might not be necessary. It is likely sufficient to create just a couple of components for locale switching and text rendering from translations. You can find examples of such components here:Nuxt Components for Localization