How to build a multi-language blog with Nuxt.js

hi:
i use strapi & nuxt to build a multi-language blog,but i got 2 qusestions:
1:how to define two fields “unique” as couple in Strapi.i had duplicated translations in the same language for the same post.my fields e.g. title_it, title_en, title_fr, content_it, content_en, content_fr and so on…
2:how to use @nuxtjs/apollo fetch fields( title_en, title_fr) with lang in the frontend?

We don’t currently have the ability to do that natively but we are planning an internationalization plugin in Q1 2021, currently I don’t have a recommended solution until then :frowning:

See: Internationalization (CE + EE) (v3) - Roadmap | Product Roadmap

2 Likes

Hi, how is this internationalisation going? Still Q1?

Yup end of Q1

1 Like

Hi @DMehaffy :wave:

Any updates on this feature?

Public beta/experimental build sometime this week, the stable release has been pushed a few weeks to ensure proper QA.

4 Likes

Hi there, with the new Strapi Internationalization feature released, what is the best method of implementation with nuxt. I have attempted using the ‘nuxt-i18n’ plugin, is there a better way?

1 Like