Ways to share i18n locales between multiple javascript projects

Viewed 478

I need to share the same i18n translation files between two applications, one web application in Vue and one mobile application in React Native. Both applications are under different git repository.

I could try to share it with a monorepo configuration or with third npm package with only translations used as dependency.

What are the common ways to handle the same translation files in multiple javascript projects?

0 Answers
Related