Like the subject says, I am searching for best practices for how to handle i18n and l10n in a microservice architecture. There doesn't seem to be a lot out there on this topic, but surely others
So, in a relatively complex system consisting of a set of microservices, possibly developed in a mix of languages and with the code hosted in a separate git repo per service, built with a Jenkins pipeline, how do you go about localizing this system? I have done some research, but haven't been able to find anything in terms of best practices for this kind of setting. Specifically, I am interested in how to set up and manage continuous localization in such a setting. Thanks! Cheers,
Martin