Heya fellow indie hackers,
I’ve been working on many websites that needed localisation. Actually all of those projects used JSON files that hold the translations for each language. I always felt that it was such an overhead to send them to the PO/Translation team just so they translate them, send them back and I have to commit and deploy a new version.
I’ve started hacking on a prototype that puts this process into a SaaS that is easy to use for the translators / POs but also a blessing for developers (fully typed clients for the translations, compat with existing solutions).
I was just wondering if you’re familiar with different solutions and if so what you’re pain points are.