This is a big one but better to get it done sooner rather than later. Currently all strings in the application are hardcoded in english. Need to pick one of the popular react intl libraries and extract all strings to a config for english with the ability to add translations easily. Part of this should also be setting up a process for getting translations done for other languages.
This is a big one but better to get it done sooner rather than later. Currently all strings in the application are hardcoded in english. Need to pick one of the popular react intl libraries and extract all strings to a config for english with the ability to add translations easily. Part of this should also be setting up a process for getting translations done for other languages.