I have my product landing page in English and I want to translate it into several different languages. Translating all pages just once is a lot of work, but doable.
The problem: how to keep all the locales updated and in sync with the main version? If I change something in my English landing page, I want it to be reflected on all landing pages. I could do this manually, but making any small change will then take a lot of time.
Does anyone use any software automation translation or service that handles page internalization (e.g. you provide the landing page in English and they automatically maintain the Spanish and French versions)?
Hey Cristian! I'm actually building a product for this!
I'm working on https://rosetta.so but feel free to reach out to me if you wanna chat! madhav[at]rosetta[dot]so
Hey,
Thanks for the link!
From the short demo, it looks like I have to modify my code and write React to use it. I already use React i18n for internal apps. My question is how to localize an already-existing website without having to rewrite the source code.
Are you using this library?
https://www.npmjs.com/package/@shopify/react-i18n
This: https://www.i18next.com
Hey @XCS, It's compatible with i18next. Lmk if you'd like to see a demo.
You can also email me at: madhav[at]rosetta[dot]so and we can continue our conversation there!