Testing a React application: Secure your tests from internationalization impact

1 · Arnaud Langlade · Dec. 11, 2023, 10:45 a.m.
Summary
In my previous company, we automated the translation process. We used Lokalise, a cloud-based localization and translation management system. The developers imported all translation keys into the system, while the OPS team was responsible for translating all the keys. This process is excellent because you don’t have to wait for translations. As a developer, you add the new translation key and provide the default language. The OPS team is notified when a new key is imported into the tool. They d...