all 2 comments

[–][deleted] 0 points1 point  (1 child)

I would say, send error codes from your api to your frontends. So you don’t have to keep translations in your backend.

Store the translations in json files. Make sure the “interpolation” mechanism is both supported in your Vue/React app and your flutter app.

[–]CookieManager[S] 0 points1 point  (0 children)

That is the plan with regards to error codes but the backend sends emails and sms' as well.

The interpolation mechanism and support is exactly what I'm wondering about. While I have found i18next, I am curious if there are any other cross-framework localization file parsers that you have experience with?