strapi / strapi-starter-next-corporate

Next.js starter for creating a corporate site with Strapi.
https://strapi-starter-next-corporate.vercel.app
MIT License
346 stars 95 forks source link

Multi language use #17

Closed maggie44 closed 3 years ago

maggie44 commented 3 years ago

Thanks for this corporate starter example, it’s a really helpful way to get insight into Strapi’s functionality.

Where I’m left a little hesitant is in incorporating multi-language support (a common function in corporate as elsewhere I’m sure). One would usually utilise JSON file systems allowing all the strings for each language to be kept tidily together and allow crowdin or weblate integration. What would the workflow look like in this Strapi-next-corporate scenario?

remidej commented 3 years ago

Hello!

The core Strapi team is working on content internationalization. Once it's live, we will update our starters to use this new feature.

In the meantime, one way you could do this is by adding a suffix to your fields. For example, instead of title, have a title_en and a title_es field

maggie44 commented 3 years ago

This is extremely helpful, and promising. Will up vote the feature on the page you referred to, thanks for the info.